Skip to content

Commit

Permalink
allowBackup=false in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeWitt committed Mar 5, 2018
1 parent 03a18c6 commit 5687e9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dscj.autoheightwebview">

<application android:allowBackup="true"
<application android:allowBackup="false"
android:label="@string/app_name"
android:supportsRtl="true"
>
Expand Down
2 changes: 1 addition & 1 deletion demo/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<application
android:name=".MainApplication"
android:allowBackup="true"
android:allowBackup="false"
android:label="@string/app_name"
android:icon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
Expand Down

0 comments on commit 5687e9a

Please sign in to comment.