File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 2
2
xmlns : tools =" http://schemas.android.com/tools" >
3
3
<uses-permission android : name =" android.permission.RECEIVE_BOOT_COMPLETED" />
4
4
<uses-permission android : name =" android.permission.VIBRATE" />
5
- <uses-permission android : name =" android.permission.USE_FULL_SCREEN_INTENT" />
6
5
<uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
7
6
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
8
7
<application
24
23
android : theme =" @style/LaunchTheme"
25
24
android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
26
25
android : hardwareAccelerated =" true"
27
- android : showWhenLocked =" true"
28
- android : turnScreenOn =" true"
29
26
android : windowSoftInputMode =" adjustResize" >
30
27
<!-- Specifies an Android theme to apply to this Activity as soon as
31
28
the Android process has started. This theme is visible to the user
You can’t perform that action at this time.
0 commit comments