fix: 图标

This commit is contained in:
HuanCheng65 2023-01-28 13:03:38 +08:00
parent b4ee3ab1d7
commit 2312c80d6a
No known key found for this signature in database
GPG Key ID: E9031EF91A805148
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,7 @@
<activity <activity
android:name=".MainActivityV2" android:name=".MainActivityV2"
android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboard|navigation|keyboardHidden" android:configChanges="screenSize|screenLayout|orientation|smallestScreenSize|keyboard|navigation|keyboardHidden"
android:enabled="false" android:enabled="true"
android:exported="true" android:exported="true"
android:icon="@mipmap/ic_launcher_new" android:icon="@mipmap/ic_launcher_new"
android:roundIcon="@mipmap/ic_launcher_new_round" android:roundIcon="@mipmap/ic_launcher_new_round"
@ -168,6 +168,7 @@
<activity-alias <activity-alias
android:name=".MainActivityIconInvert" android:name=".MainActivityIconInvert"
android:enabled="false"
android:exported="true" android:exported="true"
android:icon="@mipmap/ic_launcher_new_invert" android:icon="@mipmap/ic_launcher_new_invert"
android:roundIcon="@mipmap/ic_launcher_new_invert_round" android:roundIcon="@mipmap/ic_launcher_new_invert_round"