如何匹配链接https://example.com/example/。 我试试这个:
<data
android:host="example.com"
android:pathPattern="/.*/"
android:scheme="https" />
但这不起作用。谢谢。
答案 0 :(得分:0)
美好的一天! 尝试使用android:pathPrefix =“ / example”代替android:pathPattern。 在此处查看文档:{{3}}