Skip to content

Commit 77d2629

Browse files
authored
Merge pull request kivy#2500 from xloem/ACCESS_BACKGROUND_LOCATION
added android permission ACCESS_BACKGROUND_LOCATION
2 parents 6ed7023 + 6d68131 commit 77d2629

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)