I want to use android's monkey for stress test my app but monkey opens status bar and changes settings on my phone.
To start monkey I use:
adb -s S5660a19e722f shell monkey -p com.lmmx.app -v -v -v 10000 --throttle 500
I thought that -p com.lmmx.app
parameter must prevent this...
I use 2.3.5 and 2.3.6 phones for testing.
Any suggestions would be appreciated.