mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-23 09:26:19 +00:00
Disable backups for Android M
// FREEBIE
This commit is contained in:
@@ -90,6 +90,8 @@
|
|||||||
<application android:name=".ApplicationContext"
|
<application android:name=".ApplicationContext"
|
||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
|
tools:replace="android:allowBackup"
|
||||||
|
android:allowBackup="false"
|
||||||
android:theme="@style/TextSecure.LightTheme">
|
android:theme="@style/TextSecure.LightTheme">
|
||||||
|
|
||||||
<meta-data android:name="com.google.android.gms.version"
|
<meta-data android:name="com.google.android.gms.version"
|
||||||
|
|||||||
Reference in New Issue
Block a user