Commit f200d472 authored by topjohnwu's avatar topjohnwu

Move icon resources out of stubs

parent 105b2fc1
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application <application
android:icon="@drawable/ic_launcher"
android:label="Magisk Manager" android:label="Magisk Manager"
android:installLocation="internalOnly" android:installLocation="internalOnly"
android:usesCleartextTraffic="true" android:usesCleartextTraffic="true"
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<application <application
android:icon="@drawable/ic_launcher"
android:name="a.e" android:name="a.e"
android:allowBackup="true" android:allowBackup="true"
tools:ignore="UnusedAttribute,GoogleAppIndexingWarning"> tools:ignore="UnusedAttribute,GoogleAppIndexingWarning">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment