Skip to content

Commit

Permalink
remove full screen intent permission
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Jun 6, 2024
1 parent 2ec7048 commit fcc838c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"/>
-->
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" />
Expand Down

0 comments on commit fcc838c

Please sign in to comment.