mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
deep link for android
This commit is contained in:
@@ -33,6 +33,15 @@
|
||||
<!-- Accepts URIs that begin with "example://gizmos” -->
|
||||
<data android:scheme="pixiv"/>
|
||||
</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" />
|
||||
<data android:scheme="https" android:host="www.pixiv.net" android:pathPrefix="/users"/>
|
||||
<data android:scheme="https" android:host="www.pixiv.net" android:pathPrefix="/novel"/>
|
||||
<data android:scheme="https" android:host="www.pixiv.net" android:pathPrefix="/tags"/>
|
||||
<data android:scheme="https" android:host="www.pixiv.net" android:pathPrefix="/artworks"/>
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
|
Reference in New Issue
Block a user