| | |
| | | android:usesCleartextTraffic="true" |
| | | tools:targetApi="31"> |
| | | <activity |
| | | android:name=".activity.AboutCompanyActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".activity.SettingActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:exported="false" |
| | |
| | | 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> |