Skip to content

Commit c92a490

Browse files
committed
fix: SecurityException on Android 9+
1 parent 98ec7ce commit c92a490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
1616
<uses-permission android:name="android.permission.WAKE_LOCK" />
1717
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
18+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
1819

1920
<application
2021
android:name=".App"
2122
android:allowBackup="true"
2223
android:banner="@drawable/banner"
2324
android:extractNativeLibs="true"
2425
android:fullBackupContent="@xml/backup_config"
25-
android:icon="@mipmap/ic_launcher_neoterm"
26+
android:icon="@mipmap/ic_launcher_neoterm_round"
2627
android:label="@string/app_name"
2728
android:resizeableActivity="true"
2829
android:roundIcon="@mipmap/ic_launcher_neoterm_round"

0 commit comments

Comments
 (0)