mirror of
https://gitlab.com/oeffi/oeffi.git
synced 2025-07-07 06:08:51 +00:00
AndroidManifest.xml: add BROWSABLE
category to geo
intent filter
This commit is contained in:
parent
bae07f465f
commit
61c201eb2b
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@
|
||||||
<intent-filter android:label="@string/directions_intentfilter_title">
|
<intent-filter android:label="@string/directions_intentfilter_title">
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="geo" />
|
<data android:scheme="geo" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue