25-09-22/1
This commit is contained in:
@@ -45,14 +45,18 @@
|
||||
</intent-filter>
|
||||
|
||||
|
||||
<!-- Deep Linking Intent Filter -->
|
||||
<!-- ... other intent-filters ... -->
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<!-- Accepts the custom scheme 'intaleq' and host 'map' -->
|
||||
<data android:scheme="intaleq" android:host="map" />
|
||||
<!--
|
||||
هنا تضع الرابط المخصص لتطبيقك.
|
||||
مثال: عند الضغط على رابط `intaleq://route?lat=...` سيتم فتح التطبيق.
|
||||
-->
|
||||
<data android:scheme="intaleq" android:host="route" />
|
||||
</intent-filter>
|
||||
|
||||
</activity>
|
||||
|
||||
<!-- Existing meta-data and other activities remain unchanged -->
|
||||
|
||||
Reference in New Issue
Block a user