为Android debug使用不同的包名

为debug构建替换应用图标

替换android:label
This commit is contained in:
VillagerTom
2024-05-26 14:30:42 +08:00
committed by orz12
parent 85591b534b
commit 0ed3f6c192
17 changed files with 215 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>