mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-02-18 14:45:32 -05:00
Merge pull request #152 from papjul/open_data_obb_system_app
Open data/obb folder in system app on Android 14+
This commit is contained in:
@@ -186,7 +186,8 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
|
||||
if (activity?.isDestroyed == false && activity?.isFinishing == false) {
|
||||
val config = context!!.config
|
||||
if (context.isRestrictedSAFOnlyRoot(path)) {
|
||||
activity?.handleAndroidSAFDialog(path) {
|
||||
activity?.runOnUiThread { hideProgressBar() }
|
||||
activity?.handleAndroidSAFDialog(path, openInSystemAppAllowed = true) {
|
||||
if (!it) {
|
||||
activity?.toast(R.string.no_storage_permissions)
|
||||
return@handleAndroidSAFDialog
|
||||
|
||||
@@ -7,7 +7,7 @@ detekt = "1.23.3"
|
||||
androidx-swiperefreshlayout = "1.1.0"
|
||||
androidx-documentfile = "1.0.1"
|
||||
#Fossify
|
||||
commons = "3dd1f7f33e"
|
||||
commons = "8439b1b80b"
|
||||
#Other
|
||||
autofittextview = "0.2.1"
|
||||
gestureviews = "2.5.2"
|
||||
|
||||
Reference in New Issue
Block a user