To emulate an action on an Android emulator, you can login into the shell and then broadcast some action. For e
adb root
adb shell
am broadcast -a android.intent.action.BOOT_COMPLETED name.package.my
To emulate an action on an Android emulator, you can login into the shell and then broadcast some action. For e
adb root
adb shell
am broadcast -a android.intent.action.BOOT_COMPLETED name.package.my