如何使用 href 将 url 传递给 android 应用程序?
How can I pass a url to an android app using href?
我正在尝试将 link 传递给 mpv-android。我想通过 href 使用 intents 来完成
是这样的:
<a href="mpv//https://video/url.mp4">
但它不起作用。谁能帮我解决这个问题。
mpv-android github:https://github.com/mpv-android/mpv-android/blob/master/app/src/main/AndroidManifest.xml
我正在尝试将 link 传递给 mpv-android。我想通过 href 使用 intents 来完成
是这样的:
<a href="mpv//https://video/url.mp4">
但它不起作用。谁能帮我解决这个问题。
mpv-android github:https://github.com/mpv-android/mpv-android/blob/master/app/src/main/AndroidManifest.xml