减去多余应用图标。

This commit is contained in:
2025-12-14 18:10:40 +08:00
parent 5ece532dd4
commit 724fce895f
2 changed files with 2 additions and 7 deletions

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle
#Sun Dec 14 17:48:59 HKT 2025
#Sun Dec 14 10:08:06 GMT 2025
stageCount=4
libraryProject=
baseVersion=15.14
publishVersion=15.14.3
buildCount=0
buildCount=1
baseBetaVersion=15.14.4

View File

@@ -74,11 +74,6 @@
android:label="@string/app_name"
android:exported="true"
android:launchMode="singleTask">
<!-- 补充:默认启动页 intent-filter原有在 alias主 Activity 可加可不加,增强稳定性) -->
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<activity