美文网首页
2020-07-31android使用命令模拟广播发送

2020-07-31android使用命令模拟广播发送

作者: fjasmin | 来源:发表于2020-08-03 21:04 被阅读0次

android使用命令模拟广播发送
方式一:

1、adb shell
2、am broadcast -a + “广播”

例如:

adb shell
am broadcast -a android.intent.action.CUSTOMER_CONCROL_CHECK

方式二:

adb shell am broadcast -a + “广播”

例如:

adb shell am broadcast -a android.intent.action.CUSTOMER_CONCROL_CHECK

相关文章

网友评论

      本文标题:2020-07-31android使用命令模拟广播发送

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