added filter for bridge and bridge+obfs urls
This commit is contained in:
		
							parent
							
								
									d22ef2b1c5
								
							
						
					
					
						commit
						a2653393b0
					
				|  | @ -1,8 +1,8 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||
|       package="org.torproject.android"  | ||||
|       android:versionName="0.2.3.10-alpha-orbot-1.0.7-FINAL"  | ||||
|       android:versionCode="32" | ||||
|       android:versionName="0.2.3.11-alpha-1.0.8a-OBFS"  | ||||
|       android:versionCode="33" | ||||
|         android:installLocation="auto" | ||||
|       > | ||||
|        <uses-permission android:name="android.permission.INTERNET" /> | ||||
|  | @ -24,6 +24,14 @@ | |||
|             <category android:name="android.intent.category.BROWSABLE" /> | ||||
|         </intent-filter> | ||||
|          | ||||
|             <intent-filter> | ||||
|                 <action android:name="android.intent.action.VIEW" /> | ||||
|                 <category android:name="android.intent.category.DEFAULT" /> | ||||
|                 <category android:name="android.intent.category.BROWSABLE" /> | ||||
|                 <data android:scheme="bridge" /> | ||||
|                 <data android:scheme="bridge+obfs" /> | ||||
|             </intent-filter> | ||||
|          | ||||
|          <intent-filter> | ||||
|                 <category android:name="android.intent.category.DEFAULT" /> | ||||
|             	<action android:name="org.torproject.android.REQUEST_HS_PORT" /> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue