我尝试打开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>