Skip to content

Commit

Permalink
Update AndroidManifest.xml (#4654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorelosorio committed Aug 9, 2024
1 parent 26294d6 commit 2082ac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.CAMERA" />
<!-- Removed as part of https://github.com/AtB-AS/kundevendt/issues/18747 -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" tools:node="remove"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_LOCATION" tools:node="remove"/>
<application
android:name=".MainApplication"
android:label="@string/app_name"
Expand Down

0 comments on commit 2082ac9

Please sign in to comment.