Send intent for screen on from shell
How can send intent in the console for start the screen 开发者_如何学Con ? 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.
I found the solution
adb shell am broadcast -a android.intent.action.SCREEN_ON
精彩评论