Skip to content

Commit 09a781f

Browse files
authored
Update permissions.py
1 parent 6402092 commit 09a781f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,9 @@ class Permission:
452452
MANAGE_EXTERNAL_STORAGE = ( # Convenient use of paths to manage files
453453
"android.permission.MANAGE_EXTERNAL_STORAGE"
454454
)
455+
START_ACTIVITIES_FROM_BACKGROUND = (
456+
"android.permission.START_ACTIVITIES_FROM_BACKGROUND"
457+
)
455458

456459

457460
PERMISSION_GRANTED = 0

0 commit comments

Comments
 (0)