Disable WebActivity from receiving URL Intents
This commit is contained in:
@ -43,12 +43,14 @@
|
||||
<activity android:name=".web.WebActivity"
|
||||
android:label="I2P Web Browser"
|
||||
android:configChanges="orientation|keyboardHidden" >
|
||||
<!-- Disabled, this browser is not very secure
|
||||
<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:host="*.i2p" android:scheme="http" />
|
||||
</intent-filter>
|
||||
-->
|
||||
</activity>
|
||||
<activity android:name=".SettingsActivity"
|
||||
android:label="I2P Settings"
|
||||
|
Reference in New Issue
Block a user