]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/libaorte/AndroidManifest.xml
ANDROID: replace native binary ortemanager with Java class
[orte.git] / orte / libaorte / AndroidManifest.xml
index 07ba67166b00cdc73bfde41874b84ca053a68b95..56136b798664185eb9a54675ce1f86ff0f3921ca 100644 (file)
@@ -7,11 +7,10 @@
         android:minSdkVersion="14"
         android:targetSdkVersion="15" />
     <uses-permission android:name="android.permission.INTERNET"/>
-    <uses-permission android:name="android.permission.SET_DEBUG_APP"/>
+
 
     <application
         android:allowBackup="true"
-        android:debuggable="true"
         android:icon="@drawable/ic_launcher"
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >