Skip to content

Commit 6d68131

Browse files
committed
added android permission ACCESS_BACKGROUND_LOCATION
1 parent 6ed7023 commit 6d68131

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def autoclass(item):
1414

1515
class Permission:
1616
ACCEPT_HANDOVER = "android.permission.ACCEPT_HANDOVER"
17+
ACCESS_BACKGROUND_LOCATION = "android.permission.ACCESS_BACKGROUND_LOCATION"
1718
ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"
1819
ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"
1920
ACCESS_LOCATION_EXTRA_COMMANDS = (

0 commit comments

Comments
 (0)