更新分层图标

This commit is contained in:
LittleTurtle2333
2022-02-15 15:28:43 +08:00
parent e080aa6b46
commit 7063ff7223
38 changed files with 12 additions and 212 deletions

View File

@@ -5,8 +5,8 @@
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.MyApplication">
<activity
@@ -14,6 +14,7 @@
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
</intent-filter>
</activity>
@@ -23,7 +24,7 @@
android:value="true" />
<meta-data
android:name="xposeddescription"
android:value="custom MIUI" />
android:value="@string/xposeddescription" />
<meta-data
android:name="xposedminversion"
android:value="93" />