Skip to content

Commit

Permalink
Merge pull request #42 from mndewitt/master
Browse files Browse the repository at this point in the history
allowBackup=false in AndroidManifest
  • Loading branch information
iou90 authored Mar 27, 2018
2 parents 03a18c6 + 5687e9a commit 58dc1dc
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 58dc1dc

Please sign in to comment.