Make fdroid.app: browsable too

This commit is contained in:
Daniel Martí 2013-07-18 11:56:39 +02:00
parent a17a5edff2
commit d22acac8a5

View File

@ -54,6 +54,7 @@
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="fdroid.app" />
</intent-filter>