美文网首页
通过命令行测试Scheme

通过命令行测试Scheme

作者: VictorLiang | 来源:发表于2017-05-31 18:26 被阅读33次

通过命令行测试Scheme:

adb shell am start -a [action] -d [uri] [packagename]

比如:

adb shell am start -a android.intent.action.VIEW -d "custom-scheme://custom-host?itemId=17331" com.juanbingteam.heheda
```

相关文章

网友评论

      本文标题:通过命令行测试Scheme

      本文链接:https://www.haomeiwen.com/subject/xppjfxtx.html