Skip to content

Commit

Permalink
Don't automatically back up app settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-tire committed Dec 23, 2017
1 parent 8b56cda commit 413296c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<application
<application xmlns:tools="http://schemas.android.com/tools"
android:name="org.havenapp.main.HavenApp"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
tools:replace="android:allowBackup"
android:allowBackup="false"
android:theme="@style/AppTheme">
<activity
android:name="org.havenapp.main.ListActivity"
Expand Down

0 comments on commit 413296c

Please sign in to comment.