HarmonyOS 正则匹配want如何正确填写host?

在隐式匹配want时,需求使用pathRegex正则匹配文件类型,host等参数如何正确填写,有使用pathRegex的样例demo或者文档吗,以下为配置后但匹配失败的例子。

"skills": [{
  "actions": [
    "ohos.want.action.viewData"
  ],
  "uris": [{
    "scheme": "file",
    "host": "file",
    "port": "21",
    "pathRegex": ".*txt",
    "linkFeature": "fileopen"
  }]
}]
阅读 437
1 个回答
logo
HarmonyOS
子站问答
访问
宣传栏