通过命令行测试Scheme

2017-05-31  本文已影响33人  VictorLiang

通过命令行测试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
```
上一篇 下一篇

猜你喜欢

热点阅读