File tree Expand file tree Collapse file tree
mobile/sam-node-app/android/app/src/main Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
22 <uses-permission android : name =" android.permission.INTERNET" />
3+ <!-- Coarse only, and no ACCESS_BACKGROUND_LOCATION: get_location is served
4+ from the foreground service (type "location"), which Android counts as
5+ foreground access while the node runs off-screen. -->
36 <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
4- <uses-permission android : name =" android.permission.ACCESS_BACKGROUND_LOCATION" />
57 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
68 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
79 <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_LOCATION" />
You can’t perform that action at this time.
0 commit comments