Shake Phone
Shaking the device
To simulate shaking the device, click the Shake phone
button in the right-hand panel of the recorder.
![Screen Shot 2022-01-10 at 3.02.52 PM.png 780](https://files.readme.io/2ba877e-Screen_Shot_2022-01-10_at_3.02.52_PM.png)
Shake feature not working on Android ?
On Android, the way we emulate a shake is simply by trigger the key event 82 https://developer.android.com/reference/android/view/KeyEvent#KEYCODE_MENU
There is no easy way to actually emulate the shake gesture, and usually the shake is indeed used for the use case of opening a debug menu.
So the easy fix here is to add the keyevent 82 as a trigger to this debug menu in the app code.
Updated 10 months ago