Browse Source

fix 1

devab
赵明涛 4 weeks ago
parent
commit
97bf5a297f
  1. 3
      app/src/main/AndroidManifest.xml

3
app/src/main/AndroidManifest.xml

@ -44,7 +44,8 @@
android:supportsRtl="true"
android:theme="@style/Theme.OxFaceLogin"
android:requestLegacyExternalStorage="true"
tools:targetApi="31">
tools:targetApi="31"
tools:replace="android:allowBackup">
<activity
android:name=".MainActivity"
android:exported="true"

Loading…
Cancel
Save