Skip to content

Commit 6f36602

Browse files
brunobar79BrodyHughes
authored andcommitted
remove FULL_SCREEN_INTENT permission (#5955)
(cherry picked from commit 917bba3)
1 parent 87d5fd1 commit 6f36602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
1515
<uses-permission android:name="android.permission.BLUETOOTH_SCAN"/>
1616
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>
17+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" tools:node="remove" />
1718
<uses-feature android:name="android.hardware.bluetooth" android:required="true"/>
1819
<uses-feature android:name="android.hardware.bluetooth_le" android:required="true"/>
19-
2020
<application
2121
android:name=".MainApplication"
2222
android:label="@string/app_name"

0 commit comments

Comments
 (0)