[Android] Do not hardcode debuggable in the manifest
Jean-Baptiste Kempf
git at videolan.org
Wed Jun 20 20:31:53 CEST 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 20 22:31:37 2012 +0200| [8002d648a3e76e4c03037632cc5e5414559c4a10] | committer: Jean-Baptiste Kempf
Do not hardcode debuggable in the manifest
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=8002d648a3e76e4c03037632cc5e5414559c4a10
---
vlc-android/AndroidManifest.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 3b1d518..8400be4 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -16,7 +16,6 @@
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
- android:debuggable="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:hardwareAccelerated="true" >
More information about the Android
mailing list