Merge pull request #322 from tom93/pr/fix-import-binary-mime-type-q
Allow importing binary files on Android 9
This commit is contained in:
commit
2a9b5b6d85
1 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ import org.fossify.commons.helpers.NavigationIcon
|
|||
import org.fossify.commons.helpers.PROTECTION_FINGERPRINT
|
||||
import org.fossify.commons.helpers.SHOW_ALL_TABS
|
||||
import org.fossify.commons.helpers.ensureBackgroundThread
|
||||
import org.fossify.commons.helpers.isPiePlus
|
||||
import org.fossify.commons.helpers.isQPlus
|
||||
import org.fossify.commons.helpers.isTiramisuPlus
|
||||
import org.fossify.commons.models.RadioItem
|
||||
import org.fossify.messages.R
|
||||
|
|
@ -63,7 +63,7 @@ class SettingsActivity : SimpleActivity() {
|
|||
add("application/json")
|
||||
add("application/xml")
|
||||
add("text/xml")
|
||||
if (!isPiePlus()) {
|
||||
if (!isQPlus()) {
|
||||
add("application/octet-stream")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue