Home > Mobile >  Monkey test, how to set the cell phone can't pull the status bar?
Monkey test, how to set the cell phone can't pull the status bar?

Time:10-05

Such as: run monkey, cell phone drop down the status bar is always hits the drop-down, what method can drop down the status bar, or block, more detailed, the better, thanks.

CodePudding user response:

In setting the full screen terminal, as follows:
The adb shell Settings put global policy_control immersive. Full=*

Cancellation:
The adb shell Settings put global policy_control null

CodePudding user response:

When full screen command prompt
Can 't not modify the Settings in PRD firmware!

I'm not root the phone, could you tell me how to solve this, thank you ~
  • Related