mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 03:48:08 +00:00
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"/>
|
||||
|
||||
<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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue