AndroidManifest.xml: add BROWSABLE category to geo intent filter

This commit is contained in:
Andreas Schildbach 2023-11-18 13:18:21 +01:00
parent bae07f465f
commit 61c201eb2b

View file

@ -181,6 +181,7 @@
<intent-filter android:label="@string/directions_intentfilter_title">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="geo" />
</intent-filter>
</activity>