android manifest setted to debugable = true

This commit is contained in:
Brieuc Viel 2016-05-02 16:05:51 +02:00
parent 4e2a865b00
commit 76ae466b08

View file

@ -43,8 +43,8 @@
<uses-permission android:name="android.permission.GET_TASKS" />
<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="false" android:debuggable="true">
<application android:label="@string/app_name" android:icon="@mipmap/ic_launcher" android:largeHeap="true" android:allowBackup="true" android:debuggable="true">
<activity android:name="org.linphone.LinphoneLauncherActivity"
android:label="@string/app_name"