[Android] Remove hardcoded debuggable property

Geoffrey Métais git at videolan.org
Tue Dec 9 15:23:19 CET 2014


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Dec  9 14:26:26 2014 +0100| [1f3a3736e99ee3fcc300591de6fd01f507d3eb2c] | committer: Geoffrey Métais

Remove hardcoded debuggable property

Should be automatically set in debug builds

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=1f3a3736e99ee3fcc300591de6fd01f507d3eb2c
---

 vlc-android/AndroidManifest.xml    |    1 -
 vlc-android/build.gradle           |    1 +
 vlc-android/tv/AndroidManifest.xml |    1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 6b8390e..318ebf7 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -20,7 +20,6 @@
 
     <application
         android:name="org.videolan.vlc.VLCApplication"
-        android:debuggable="true"
         android:hardwareAccelerated="true"
         android:largeHeap="true"
         android:icon="@drawable/icon"
diff --git a/vlc-android/build.gradle b/vlc-android/build.gradle
index 29339e6..66f0d9c 100644
--- a/vlc-android/build.gradle
+++ b/vlc-android/build.gradle
@@ -75,6 +75,7 @@ android {
         }
         debug {
             tasks.assembleDebug.dependsOn buildDebug
+            debuggable true
         }
     }
     productFlavors {
diff --git a/vlc-android/tv/AndroidManifest.xml b/vlc-android/tv/AndroidManifest.xml
index 69ccdde..29ffbc1 100644
--- a/vlc-android/tv/AndroidManifest.xml
+++ b/vlc-android/tv/AndroidManifest.xml
@@ -28,7 +28,6 @@
 
     <application
         android:name="org.videolan.vlc.VLCApplication"
-        android:debuggable="true"
         android:hardwareAccelerated="true"
         android:icon="@drawable/icon"
         android:label="@string/app_name"



More information about the Android mailing list