Disable WebActivity from receiving URL Intents

This commit is contained in:
str4d
2014-01-26 00:19:17 +00:00
parent ccbbc3c368
commit 4e57f78931
2 changed files with 2 additions and 2 deletions

View File

@ -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"

2
TODO
View File

@ -12,8 +12,6 @@
- Rewrite release notes to be release-specific
- Fill out help page
- Change navbar first-open mechanics to match Android design docs
- Pull out internal I2P web browser, or disable it
- What will this require elsewhere?
# Short-term