Skip to content

Commit 5b2fbd9

Browse files
committed
Open data/obb folder in system app on Android 14+
1 parent 645d5d1 commit 5b2fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/org/fossify/filemanager/fragments/ItemsFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class ItemsFragment(context: Context, attributeSet: AttributeSet) : MyViewPagerF
186186
if (activity?.isDestroyed == false && activity?.isFinishing == false) {
187187
val config = context!!.config
188188
if (context.isRestrictedSAFOnlyRoot(path)) {
189-
activity?.handleAndroidSAFDialog(path) {
189+
activity?.handleAndroidSAFDialog(path, openInSystemAppAllowed = true) {
190190
if (!it) {
191191
activity?.toast(R.string.no_storage_permissions)
192192
return@handleAndroidSAFDialog

0 commit comments

Comments
 (0)