deeplink
This commit is contained in:
@@ -81,6 +81,29 @@
|
||||
<data android:scheme="intaleq" />
|
||||
</intent-filter>
|
||||
|
||||
<!-- 🔗 Intercept Geo URIs (geo:lat,lng) -->
|
||||
<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>
|
||||
|
||||
<!-- 🔗 Intercept External Map URLs (Google/Apple) -->
|
||||
<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="http" android:host="maps.google.com" />
|
||||
<data android:scheme="https" android:host="maps.google.com" />
|
||||
<data android:scheme="https" android:host="maps.apple.com" />
|
||||
<data android:scheme="https" android:host="goo.gl" />
|
||||
<data android:scheme="http" android:host="goo.gl" />
|
||||
<data android:scheme="https" android:host="maps.app.goo.gl" />
|
||||
<data android:scheme="http" android:host="maps.app.goo.gl" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<!-- Google Maps API -->
|
||||
|
||||
Reference in New Issue
Block a user