Skip to content

Commit

Permalink
Merge pull request #2500 from xloem/ACCESS_BACKGROUND_LOCATION
Browse files Browse the repository at this point in the history
added android permission ACCESS_BACKGROUND_LOCATION
  • Loading branch information
AndreMiras authored Oct 9, 2021
2 parents 6ed7023 + 6d68131 commit 77d2629
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def autoclass(item):

class Permission:
ACCEPT_HANDOVER = "android.permission.ACCEPT_HANDOVER"
ACCESS_BACKGROUND_LOCATION = "android.permission.ACCESS_BACKGROUND_LOCATION"
ACCESS_COARSE_LOCATION = "android.permission.ACCESS_COARSE_LOCATION"
ACCESS_FINE_LOCATION = "android.permission.ACCESS_FINE_LOCATION"
ACCESS_LOCATION_EXTRA_COMMANDS = (
Expand Down

0 comments on commit 77d2629

Please sign in to comment.