13 lines
758 B
Diff
13 lines
758 B
Diff
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
|
index 5ef1374..86e13be 100644
|
|
--- a/AndroidManifest.xml
|
|
+++ b/AndroidManifest.xml
|
|
@@ -45,7 +45,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="@drawable/logo_linphone_57x57" android:largeHeap="true" android:allowBackup="true">
|
|
+ <application android:label="@string/app_name" android:icon="@drawable/logo_linphone_57x57" android:largeHeap="true" android:allowBackup="true" android:debuggable="false">
|
|
|
|
<activity android:name="org.linphone.LinphoneLauncherActivity"
|
|
android:label="@string/app_name"
|