Skip to content

Commit 88260ae

Browse files
committed
MANAGE_EXTERNAL_STORAGE
android.permission.MANAGE_EXTERNAL_STORAGE
1 parent b3cc034 commit 88260ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pythonforandroid/recipes/android/src/android/permissions.py

+3
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ class Permission:
449449
WRITE_VOICEMAIL = (
450450
"com.android.voicemail.permission.WRITE_VOICEMAIL"
451451
)
452+
MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
453+
"android.permission.MANAGE_EXTERNAL_STORAGE"
454+
)
452455

453456

454457
PERMISSION_GRANTED = 0

0 commit comments

Comments
 (0)