Initial push to my private server
This commit is contained in:
@@ -43,15 +43,15 @@
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
<!-- Add this new intent filter for deep linking -->
|
||||
<intent-filter android:autoVerify="true">
|
||||
|
||||
|
||||
<!-- Deep Linking 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" />
|
||||
<!-- Accepts URIs that begin with "sefer://" -->
|
||||
<data android:scheme="sefer" />
|
||||
<!-- Accepts URIs that begin with "https://sefer.live" -->
|
||||
<data android:scheme="https" android:host="sefer.live" />
|
||||
<!-- Accepts the custom scheme 'intaleq' and host 'map' -->
|
||||
<data android:scheme="intaleq" android:host="map" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user