mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
14 lines
493 B
Diff
14 lines
493 B
Diff
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
|
|
index fcc8434..0e80ea6 100755
|
|
--- a/AndroidManifest.xml
|
|
+++ b/AndroidManifest.xml
|
|
@@ -68,7 +68,8 @@
|
|
android:allowBackup="true"
|
|
android:icon="@mipmap/ic_launcher"
|
|
android:label="@string/app_name"
|
|
- android:largeHeap="true">
|
|
+ android:largeHeap="true"
|
|
+ android:debuggable="false">
|
|
<activity
|
|
android:name=".LinphoneLauncherActivity"
|
|
android:exported="true"
|