Disable backup of app files

This commit is contained in:
Sylvain Berfini 2018-10-11 17:18:03 +02:00
parent 2bd684a7ea
commit 9c8a3ca9ad

View file

@ -61,11 +61,11 @@
android:xlargeScreens="true"/>
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:label="@string/app_name"
android:largeHeap="true"
>
android:largeHeap="true">
<activity
android:name=".activities.LinphoneLauncherActivity"