我的页面,菜单全部改为webView跳转

This commit is contained in:
hch
2023-10-25 17:43:56 +08:00
parent 06a2621e0f
commit d0ae3c49d4
4 changed files with 520 additions and 24 deletions

View File

@@ -224,6 +224,12 @@
android:label="修改密码"
android:windowSoftInputMode="stateHidden|adjustResize" />
<activity
android:name=".activity.setting.WebViewActivity"
android:label="WebView"
android:windowSoftInputMode="stateHidden|adjustResize" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.shayu.onetoone.fileprovider"