Skip to content

Commit

Permalink
tell Android we are not using fullscreen intent
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Oct 8, 2024
1 parent cae55f7 commit 7aa2695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/box/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"
tools:node="remove"/>

<application
android:name=".MainApplication"
Expand Down

0 comments on commit 7aa2695

Please sign in to comment.