分开应用图标和调试图标

This commit is contained in:
ZhanGSKen
2025-05-07 14:43:20 +08:00
parent 5ee9da1982
commit 9e8263ae8f
22 changed files with 49 additions and 55 deletions

View File

@@ -2,7 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" >
<application>
<application
tools:replace="android:icon,android:roundIcon"
android:icon="@drawable/ic_launcher_beta"
android:roundIcon="@drawable/ic_launcher_beta">
<!-- Put flavor specific code here -->