Skip to content

Commit

Permalink
[fix]添加Android:allowbackup=false
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvis636431 committed Aug 21, 2024
1 parent 3798470 commit 06c1e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,12 @@

<application
android:name=".WBYApplication"
android:allowBackup="false"
android:extractNativeLibs="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/label"
android:usesCleartextTraffic="true"
tools:replace="android:label"
tools:replace="android:label,android:allowBackup"
tools:targetApi="m">

<!-- Impeller 打包可用 调试还是坏的-->
Expand Down

0 comments on commit 06c1e53

Please sign in to comment.