优化
This commit is contained in:
@@ -175,13 +175,13 @@ class HandleFileActivity :
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun getFileActions(): ArrayList<SelectItem<Int>> {
|
private fun getFileActions(): ArrayList<SelectItem<Int>> {
|
||||||
return if (Build.VERSION.SDK_INT <= Build.VERSION_CODES.Q) {
|
return if (Build.VERSION.SDK_INT > Build.VERSION_CODES.Q && AppConfig.isGooglePlay) {
|
||||||
|
arrayListOf(SelectItem(getString(R.string.sys_file_picker), HandleFileContract.FILE))
|
||||||
|
} else {
|
||||||
arrayListOf(
|
arrayListOf(
|
||||||
SelectItem(getString(R.string.sys_file_picker), HandleFileContract.FILE),
|
SelectItem(getString(R.string.sys_file_picker), HandleFileContract.FILE),
|
||||||
SelectItem(getString(R.string.app_file_picker), 11)
|
SelectItem(getString(R.string.app_file_picker), 11)
|
||||||
)
|
)
|
||||||
} else {
|
|
||||||
arrayListOf(SelectItem(getString(R.string.sys_file_picker), HandleFileContract.FILE))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user