We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6402092 commit 09a781fCopy full SHA for 09a781f
1 file changed
pythonforandroid/recipes/android/src/android/permissions.py
@@ -452,6 +452,9 @@ class Permission:
452
MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
453
"android.permission.MANAGE_EXTERNAL_STORAGE"
454
)
455
+ START_ACTIVITIES_FROM_BACKGROUND = (
456
+ "android.permission.START_ACTIVITIES_FROM_BACKGROUND"
457
+ )
458
459
460
PERMISSION_GRANTED = 0
0 commit comments