[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r22401: {projects} Security fix suggeted by Jesse Burns from iSec Partners (projects/android/trunk/Orbot)
Author: ioerror
Date: 2010-05-26 14:12:27 +0000 (Wed, 26 May 2010)
New Revision: 22401
Modified:
projects/android/trunk/Orbot/AndroidManifest.xml
Log:
Security fix suggeted by Jesse Burns from iSec Partners
Modified: projects/android/trunk/Orbot/AndroidManifest.xml
===================================================================
--- projects/android/trunk/Orbot/AndroidManifest.xml 2010-05-26 06:33:46 UTC (rev 22400)
+++ projects/android/trunk/Orbot/AndroidManifest.xml 2010-05-26 14:12:27 UTC (rev 22401)
@@ -8,7 +8,7 @@
<!-- <uses-permission android:name="android.permission.WRITE_SETTINGS" /> -->
<!-- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> -->
- <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"
>
@@ -26,7 +26,7 @@
</activity>
- <service android:name=".service.TorService" android:process=":remote" android:debuggable="true">
+ <service android:name=".service.TorService" android:process=":remote" android:debuggable="false">
<intent-filter>
<action android:name="org.torproject.android.service.ITorService" />
<action android:name="org.torproject.android.service.TOR_SERVICE" />
@@ -41,4 +41,4 @@
-</manifest>
\ No newline at end of file
+</manifest>