减去多余应用图标。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user