Commit d886c6e2 authored by fallenstardust's avatar fallenstardust

完善打开方式选择ygomobile

parent 476d9656
...@@ -80,22 +80,20 @@ ...@@ -80,22 +80,20 @@
android:host="deck" android:host="deck"
android:scheme="ygo"/> android:scheme="ygo"/>
</intent-filter> </intent-filter>
<intent-filter> <intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW"/> <action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="file"/> <data android:mimeType="*/*"/>
<data android:host="*"/>
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.ydk"/> <data android:pathPattern=".*\\.ydk"/>
</intent-filter> </intent-filter>
<intent-filter> <intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW"/> <action android:name="android.intent.action.VIEW"/>
<category android:name="android.intent.category.DEFAULT"/> <category android:name="android.intent.category.DEFAULT"/>
<category android:name="android.intent.category.BROWSABLE"/>
<data android:scheme="content"/>
<data android:host="*"/>
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.ydk"/> <data android:pathPattern=".*\\.ydk"/>
</intent-filter> </intent-filter>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment