Disable backups for Android M

// FREEBIE
master
Moxie Marlinspike 2015-09-30 10:26:42 -07:00
parent 31e20ca87e
commit 3bec127020
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@
<application android:name=".ApplicationContext"
android:icon="@drawable/icon"
android:label="@string/app_name"
tools:replace="android:allowBackup"
android:allowBackup="false"
android:theme="@style/TextSecure.LightTheme">
<meta-data android:name="com.google.android.gms.version"