We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88260ae commit a3762dcCopy full SHA for a3762dc
pythonforandroid/recipes/android/src/android/permissions.py
@@ -449,7 +449,7 @@ class Permission:
449
WRITE_VOICEMAIL = (
450
"com.android.voicemail.permission.WRITE_VOICEMAIL"
451
)
452
- MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
+ MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
453
"android.permission.MANAGE_EXTERNAL_STORAGE"
454
455
0 commit comments