Remove unused attribute

This commit is contained in:
minibits-cash
2026-03-28 22:57:26 +01:00
parent 41bf281519
commit e4feaca4f8
-2
View File
@@ -31,7 +31,6 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:targetActivity=".MainActivity"
android:launchMode="singleTask"
android:enabled="true"
android:exported="true">
<intent-filter>
@@ -71,7 +70,6 @@
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher_golden"
android:targetActivity=".MainActivity"
android:launchMode="singleTask"
android:enabled="false"
android:exported="true">
<intent-filter>