Skip to content

Commit

Permalink
fix: remove background location permission
Browse files Browse the repository at this point in the history
  • Loading branch information
geeekgod committed Oct 26, 2022
1 parent 53f7e75 commit e1818bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#FFFFFF"
},
"versionCode": 6
"permissions": [
"ACCESS_COARSE_LOCATION",
"ACCESS_FINE_LOCATION",
"FOREGROUND_SERVICE"
],
"versionCode": 7
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down

0 comments on commit e1818bf

Please sign in to comment.