pre map passenger splitting

This commit is contained in:
Hamza-Ayed
2026-05-26 22:46:08 +03:00
parent b102af8f28
commit 118781fd66
3 changed files with 32 additions and 1 deletions

View File

@@ -74,6 +74,20 @@
<data android:scheme="geo" />
</intent-filter>
<!-- Navigation Intents -->
<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="google.navigation" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="vnd.android.cursor.item/map" />
</intent-filter>
</activity>
<meta-data

File diff suppressed because one or more lines are too long