diff options
author | Victor Häggqvist <[email protected]> | 2015-10-10 20:47:37 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2015-10-10 20:47:37 +0200 |
commit | 39d3ece2103a7287292ac2146e38bd102d2ea186 (patch) | |
tree | 4462735f5a95d65ac314f43599d2f511cf5835e5 /aboutit/src | |
parent | 7cf27c71b97639466d1d8a5b6e21693bd3c49998 (diff) |
remove backup declaration
Diffstat (limited to '')
-rw-r--r-- | aboutit/src/main/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aboutit/src/main/AndroidManifest.xml b/aboutit/src/main/AndroidManifest.xml index 65c8a5d..0cdb5b6 100644 --- a/aboutit/src/main/AndroidManifest.xml +++ b/aboutit/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.snilius.aboutit"> +<manifest package="com.snilius.aboutit"> - <application android:allowBackup="true" /> + <application /> </manifest> |