達人認證

This commit is contained in:
hch
2023-10-20 18:26:51 +08:00
parent d3ab50e844
commit ebeb276bb1
30 changed files with 921 additions and 47 deletions

View File

@@ -90,6 +90,7 @@
android:label="@string/app_name"
android:largeHeap="true"
android:preserveLegacyExternalStorage="true"
android:enableOnBackInvokedCallback="true"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true"
android:theme="@style/AppTheme"
@@ -199,6 +200,11 @@
android:label="达人认证"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".activity.user.AuthBloggerInletActivity"
android:label="达人认证入口"
android:windowSoftInputMode="stateHidden|adjustResize" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.shayu.onetoone.fileprovider"