mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
Merge branch 'master' into android-latest
This commit is contained in:
commit
03ee575aac
@ -41,6 +41,12 @@
|
|||||||
<data android:scheme="content" android:mimeType="image/jpeg"/>
|
<data android:scheme="content" android:mimeType="image/jpeg"/>
|
||||||
<data android:scheme="content" android:mimeType="image/tiff"/>
|
<data android:scheme="content" android:mimeType="image/tiff"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
<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:scheme="geo"/>
|
||||||
|
</intent-filter>
|
||||||
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.app.lib_name"
|
android:name="android.app.lib_name"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user