1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Disable automatic backup

This commit is contained in:
Christophe Beyls 2016-05-16 18:54:42 +02:00
parent 782f45034c
commit 7f037faf18

View file

@ -19,8 +19,7 @@
<application <application
android:name="be.digitalia.fosdem.FosdemApplication" android:name="be.digitalia.fosdem.FosdemApplication"
android:allowBackup="true" android:allowBackup="false"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"
android:supportsRtl="true" android:supportsRtl="true"