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