diff --git a/manager/app/src/main/AndroidManifest.xml b/manager/app/src/main/AndroidManifest.xml index 313184b3..dc4674fa 100644 --- a/manager/app/src/main/AndroidManifest.xml +++ b/manager/app/src/main/AndroidManifest.xml @@ -8,7 +8,6 @@ android:fullBackupContent="@xml/backup_rules" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.KernelSU" tools:targetApi="31"> diff --git a/manager/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/manager/app/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d11..00000000 --- a/manager/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index eca70cfe..00000000 --- a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index eca70cfe..00000000 --- a/manager/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 00000000..485b815d Binary files /dev/null and b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp deleted file mode 100644 index c209e78e..00000000 Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp deleted file mode 100644 index b2dfe3d1..00000000 Binary files a/manager/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png b/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png new file mode 100644 index 00000000..5c18cc79 Binary files /dev/null and b/manager/app/src/main/res/mipmap-ldpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 00000000..9df35253 Binary files /dev/null and b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp deleted file mode 100644 index 4f0f1d64..00000000 Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp deleted file mode 100644 index 62b611da..00000000 Binary files a/manager/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 00000000..f8dc01c5 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp deleted file mode 100644 index 948a3070..00000000 Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp deleted file mode 100644 index 1b9a6956..00000000 Binary files a/manager/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 00000000..ba22bf82 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp deleted file mode 100644 index 28d4b77f..00000000 Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9287f508..00000000 Binary files a/manager/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 00000000..cddff920 Binary files /dev/null and b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp deleted file mode 100644 index aa7d6427..00000000 Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and /dev/null differ diff --git a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp deleted file mode 100644 index 9126ae37..00000000 Binary files a/manager/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and /dev/null differ