Disable backup of app files
This commit is contained in:
parent
2bd684a7ea
commit
9c8a3ca9ad
1 changed files with 2 additions and 2 deletions
|
@ -61,11 +61,11 @@
|
||||||
android:xlargeScreens="true"/>
|
android:xlargeScreens="true"/>
|
||||||
|
|
||||||
<application
|
<application
|
||||||
|
android:allowBackup="false"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
android:roundIcon="@mipmap/ic_launcher_round"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:largeHeap="true"
|
android:largeHeap="true">
|
||||||
>
|
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.LinphoneLauncherActivity"
|
android:name=".activities.LinphoneLauncherActivity"
|
||||||
|
|
Loading…
Reference in a new issue