This commit is contained in:
2026-05-12 08:34:05 +08:00
parent e8de34b136
commit 638968e90a
22 changed files with 28 additions and 27 deletions

View File

@@ -57,7 +57,12 @@
android:exported="false" />
<activity
android:name=".liveVideo.SettingsActivity"
android:exported="false" />
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".liveVideo.LiveVideoActivity"
android:exported="false" />
@@ -81,13 +86,7 @@
android:exported="false" />
<activity
android:name=".home.HomeActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
android:exported="false"/>
<activity
android:name=".login.RegisterSuccessActivity"
android:exported="false" />