| | |
| | | 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" |
| | |
| | | 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"/> |
| | | |