cloudroam
2025-03-31 a7820e2f1ee06a7b43b4d351cced3343d7e1a5e2
app/src/main/AndroidManifest.xml
@@ -84,12 +84,12 @@
        android:supportsRtl="true"
        android:theme="@style/Theme.FirstApp"
        tools:targetApi="31">
        <activity
            android:name=".ui.reminderOther.ReminderOtherAddActivity2"
            android:configChanges="orientation|keyboardHidden|screenSize"
            android:exported="false"
            android:label="@string/title_activity_reminder_other_add2"
            android:theme="@style/Theme.FirstApp.Fullscreen" />
<!--        <activity-->
<!--            android:name=".ui.reminderOther.ReminderOtherAddActivity2"-->
<!--            android:configChanges="orientation|keyboardHidden|screenSize"-->
<!--            android:exported="false"-->
<!--            android:label="@string/title_activity_reminder_other_add2"-->
<!--            android:theme="@style/Theme.FirstApp.Fullscreen" />-->
        <activity
            android:name=".activity.LoginActivity"
            android:exported="true"
@@ -104,10 +104,19 @@
        <activity
            android:name=".activity.PhoneLoginActivity"
            android:exported="false" />
<!--        <activity-->
<!--            android:name=".ui.reminderOther.ReminderOtherAddActivity2"-->
<!--            android:label="新增提醒" />-->
        <activity
            android:name=".activity.PickupActivity"
            android:exported="false"/>
        <activity
            android:name=".activity.ContentDetailActivity"
            android:theme="@style/Theme.ContentDetail"
            android:exported="false" />
        <activity
            android:name=".ui.profile.EditProfileActivity"
            android:exported="false"/>
        <activity
            android:name=".ui.invitation.InvitationActivity"
            android:exported="false"/>
    </application>