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:
Naveen Singh
2025-04-06 17:56:40 +05:30
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"