Skip to content

Commit

Permalink
Remove USE_FULL_SCREEN_INTENT uses-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Jun 17, 2024
1 parent 737b3bb commit f5a9dc0
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.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission
android:name="android.permission.USE_FULL_SCREEN_INTENT"
tools:node="remove" />

<application
android:label="HumHub"
Expand Down

0 comments on commit f5a9dc0

Please sign in to comment.