1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-08 23:07:06 +02:00

feat(mobile): launch map app from exif info (#3626)

This commit is contained in:
shalong-tanwen
2023-08-09 19:47:49 +00:00
committed by GitHub
parent 23b836ffbb
commit 57a7103d75
2 changed files with 45 additions and 0 deletions

View File

@ -70,5 +70,9 @@
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="geo" />
</intent>
</queries>
</manifest>