Disable backups for Android M

// FREEBIE
pull/1/head
Moxie Marlinspike 9 years ago
parent 31e20ca87e
commit 3bec127020

@ -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"

Loading…
Cancel
Save