<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="example.com"
android:pathPrefix="/someresource/"
android:scheme="http" />
-->
<data
android:pathPrefix="/someresource/"
android:scheme="http" />
<data android:scheme="ftp" />
</intent-filter>
<intent-filter>
<actionandroid:name="android.intent.action.VIEW" />
<categoryandroid:name="android.intent.category.DEFAULT" />
<categoryandroid:name="android.intent.category.BROWSABLE" />
<dataandroid:scheme="http" />
<dataandroid:scheme="https" />
<data android:scheme="about"/>
</intent-filter>