| | |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.FirstApp" |
| | | tools:targetApi="31"> |
| | | tools:targetApi="31" |
| | | android:usesCleartextTraffic="true" |
| | | > |
| | | <activity |
| | | android:name=".activity.VipActivity" |
| | | android:exported="false" |
| | | android:theme="@style/Theme.FirstApp" /> |
| | | <activity |
| | | android:name=".ui.reminderOther.ReminderOtherAddActivity2" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | |
| | | <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:exported="false" |
| | | android:theme="@style/Theme.ContentDetail" /> |
| | | <activity |
| | | android:name=".ui.profile.EditProfileActivity" |
| | | android:exported="false" /> |
| | | </application> |
| | | |
| | | </manifest> |