| | |
| | | android:theme="@style/Theme.ContentDetail" /> |
| | | <activity |
| | | android:name=".ui.profile.EditProfileActivity" |
| | | android:exported="false" /> |
| | | android:exported="false"/> |
| | | <activity |
| | | android:name=".ui.invitation.InvitationActivity" |
| | | android:exported="false" /> |
| | | android:exported="false"/> |
| | | |
| | | <activity |
| | | android:name=".activity.ReminderListActivity" |
| | | android:exported="false" |
| | | android:label="提醒列表" /> |
| | | |
| | | <activity |
| | | android:name=".activity.ReminderSettingsActivity" |
| | | android:exported="false" |
| | | android:label="设置提醒" /> |
| | | |
| | | </application> |
| | | |
| | | </manifest> |