app setted as no-backupable in manifest

This commit is contained in:
Brieuc Viel 2016-04-29 16:57:42 +02:00
parent 24e8e1c371
commit 3b21800428

View file

@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.linphone"
android:versionCode="111" android:installLocation="auto">
android:versionCode="1110" android:installLocation="auto">
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="23"/>
<!-- Permissions for Push Notification -->
@ -43,7 +43,7 @@
<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" android:anyDensity="true"/>
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:largeHeap="true" android:allowBackup="true">
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:largeHeap="true" android:allowBackup="false">
<activity android:name="org.linphone.LinphoneLauncherActivity"
android:label="@string/app_name"