Skip to content

Commit 7aa2695

Browse files
committed
tell Android we are not using fullscreen intent
1 parent cae55f7 commit 7aa2695

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/box/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<uses-permission android:name="android.permission.INTERNET" />
55
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
66
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"/>
7+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT"
8+
tools:node="remove"/>
79

810
<application
911
android:name=".MainApplication"

0 commit comments

Comments
 (0)