Security fix suggeted by Jesse Burns from iSec Partners
svn:r22401
This commit is contained in:
parent
baafbea7d7
commit
5bcadba49c
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue