소스 검색
Merge pull request #42 from mndewitt/master
allowBackup=false in AndroidManifest
iou90
6 년 전
No account linked to committer's email address
|
@@ -1,7 +1,7 @@
|
1
|
1
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2
|
2
|
package="com.dscj.autoheightwebview">
|
3
|
3
|
|
4
|
|
- <application android:allowBackup="true"
|
|
4
|
+ <application android:allowBackup="false"
|
5
|
5
|
android:label="@string/app_name"
|
6
|
6
|
android:supportsRtl="true"
|
7
|
7
|
>
|
|
@@ -12,7 +12,7 @@
|
12
|
12
|
|
13
|
13
|
<application
|
14
|
14
|
android:name=".MainApplication"
|
15
|
|
- android:allowBackup="true"
|
|
15
|
+ android:allowBackup="false"
|
16
|
16
|
android:label="@string/app_name"
|
17
|
17
|
android:icon="@mipmap/ic_launcher"
|
18
|
18
|
android:theme="@style/AppTheme">
|