如何在webview上打开“ sop://”和“ acestream://”?

时间:2018-09-13 07:27:11

标签: java webview hyperlink

我尝试打开sop://acestream://都没有成功,你们能帮忙吗?下面是我使用的一些代码:

<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="sop"
        android:host="sop://185.224.90.82:3912/150261"
        android:pathPrefix="/sopcast/" />
    <data android:scheme="acestream" android:host="acestream://f6d156113d1cba70db9c2855514a7df647e7f1dc"
                android:pathPrefix="/acestream/" />
</intent-filter>

0 个答案:

没有答案