Skip to content

Commit 6eb9c39

Browse files
committed
Fixed android permissions
1 parent 110e975 commit 6eb9c39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
xmlns:tools="http://schemas.android.com/tools">
33
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
44
<uses-permission android:name="android.permission.VIBRATE" />
5-
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
65
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
76
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
87
<application
@@ -24,8 +23,6 @@
2423
android:theme="@style/LaunchTheme"
2524
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
2625
android:hardwareAccelerated="true"
27-
android:showWhenLocked="true"
28-
android:turnScreenOn="true"
2926
android:windowSoftInputMode="adjustResize">
3027
<!-- Specifies an Android theme to apply to this Activity as soon as
3128
the Android process has started. This theme is visible to the user

0 commit comments

Comments
 (0)