File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 15
15
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
16
16
<uses-permission android : name =" android.permission.WAKE_LOCK" />
17
17
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
18
+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
18
19
19
20
<application
20
21
android : name =" .App"
21
22
android : allowBackup =" true"
22
23
android : banner =" @drawable/banner"
23
24
android : extractNativeLibs =" true"
24
25
android : fullBackupContent =" @xml/backup_config"
25
- android : icon =" @mipmap/ic_launcher_neoterm "
26
+ android : icon =" @mipmap/ic_launcher_neoterm_round "
26
27
android : label =" @string/app_name"
27
28
android : resizeableActivity =" true"
28
29
android : roundIcon =" @mipmap/ic_launcher_neoterm_round"
You can’t perform that action at this time.
0 commit comments