sample/src/androidMain/AndroidManifest.xml
changeset 118 ceee12802fbc
parent 89 0cc872a9edbf
--- a/sample/src/androidMain/AndroidManifest.xml	Mon May 04 23:50:32 2026 -0400
+++ b/sample/src/androidMain/AndroidManifest.xml	Mon May 04 23:53:58 2026 -0400
@@ -37,17 +37,6 @@
         android:roundIcon="@mipmap/ic_launcher_round"
         android:supportsRtl="true"
         android:theme="@style/Theme.AboutOss">
-        <activity
-            android:name=".MainActivity"
-            android:exported="true"
-            android:label="@string/app_name"
-            android:theme="@style/Theme.AboutOss">
-            <intent-filter>
-                <action android:name="android.intent.action.MAIN" />
-
-                <category android:name="android.intent.category.LAUNCHER" />
-            </intent-filter>
-        </activity>
 
         <activity android:name=".PrebuiltLicencesMaterial2Activity"
             android:theme="@style/Theme.AboutOss.Material2"