Commit 0465a63f authored by fallenstardust's avatar fallenstardust

是file则不android:mimeType="*/*"

是content则android:mimeType="*/*"
parent d886c6e2
......@@ -80,20 +80,22 @@
android:host="deck"
android:scheme="ygo"/>
</intent-filter>
<intent-filter tools:ignore="AppLinkUrlError">
<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:mimeType="*/*"/>
<data android:scheme="file"/>
<data android:host="*"/>
<!--data android:mimeType="*/*" /-->
<data android:pathPattern=".*\\.ydk"/>
</intent-filter>
<intent-filter tools:ignore="AppLinkUrlError">
<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="content"/>
<data android:host="*"/>
<data android:mimeType="*/*" />
<data android:pathPattern=".*\\.ydk"/>
</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