通过命令行测试Scheme

通过命令行测试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)