| | |
| | | tools:targetApi="31" |
| | | android:usesCleartextTraffic="true" |
| | | > |
| | | |
| | | <provider |
| | | android:name="androidx.startup.InitializationProvider" |
| | | android:authorities="${applicationId}.androidx-startup" |
| | | android:exported="false" |
| | | tools:node="remove" /> |
| | | |
| | | |
| | | <activity |
| | | android:name=".activity.VipActivity" |
| | | 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"/> |
| | | |
| | | </application> |
| | | |
| | | </manifest> |