从 shell 发送屏幕意图
如何在控制台中发送意图以启动屏幕? 我知道打开屏幕的操作是 Intent.ACTION_SCREEN_ON,但我很难从控制台发送意图。
How can send intent in the console for start the screen on ?
I know the action for turning the screen on it is Intent.ACTION_SCREEN_ON, but I have hard time sending the intent from console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案
I found the solution