This commit is contained in:
2026-02-12 19:50:40 -07:00
parent 45586031e1
commit fa6020f1ea
274 changed files with 17058 additions and 9158 deletions

View File

@@ -15,7 +15,8 @@
android:launchMode="singleTask"
android:label="@string/main_activity_title"
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:stopWithTask="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />