[or-cvs] r22843: {projects} turning off debuggable state (projects/android/trunk/Orbot)
Nathan Freitas
nathan at freitas.net
Mon Aug 9 20:21:48 UTC 2010
Author: n8fr8
Date: 2010-08-09 20:21:47 +0000 (Mon, 09 Aug 2010)
New Revision: 22843
Modified:
projects/android/trunk/Orbot/AndroidManifest.xml
Log:
turning off debuggable state
Modified: projects/android/trunk/Orbot/AndroidManifest.xml
===================================================================
--- projects/android/trunk/Orbot/AndroidManifest.xml 2010-08-09 20:21:30 UTC (rev 22842)
+++ projects/android/trunk/Orbot/AndroidManifest.xml 2010-08-09 20:21:47 UTC (rev 22843)
@@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.INTERNET" />
- <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
+ <application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".Orbot"
android:theme="@android:style/Theme.NoTitleBar"
More information about the tor-commits
mailing list