Remove android:debuggable from manifest
Bug: 18707423
Change-Id: Ic9f29ad3c6f4505ddde3d7ba2ad0b97521dd943b
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 970b35b..6b5dbbc 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,7 +17,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="com.android.server.telecom"
- android:debuggable="true"
coreApp="true"
android:sharedUserId="android.uid.system">