Open data/obb folder in system app on Android 14+

This commit is contained in:
Julien Papasian
2025-04-06 13:47:36 +02:00
parent 645d5d1943
commit be63e6f9a8
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"