Skip to content

Commit 4dbd952

Browse files
committed
delete allowBackup
delete android:allowBackup
1 parent 55bb602 commit 4dbd952

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
77

88
<application
9-
android:allowBackup="true"
109
android:icon="@mipmap/ic_launcher"
1110
android:label="@string/app_name"
1211
android:theme="@style/AppTheme" >
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="com.mxn.soul.flowingdrawer_core" >
2+
<manifest package="com.mxn.soul.flowingdrawer_core" />
43

5-
<application
6-
android:allowBackup="true"
7-
android:label="@string/app_name" >
8-
</application>
9-
10-
</manifest>

0 commit comments

Comments
 (0)