标签: android android-intent
我有一个Android意图过滤器,用于在用户导航到" http://www.foo.com/path"时启动应用。
我现在希望能够从任何主机扩展中启动应用程序 - 例如" http://www.foo.co.uk/path"
我已尝试使用通配符进行扩展,但它不起作用:
<data android:scheme="http" android:host="www.foo.*" android:pathPrefix="/play/mob" />