mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-30 14:20:47 +00:00
Disable backups for Android M
// FREEBIE
This commit is contained in:
parent
31e20ca87e
commit
3bec127020
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user