Android Question about monkeyrunner

pappicio

Active Member
Licensed User
Longtime User
hi all, Ineed to use an ontop textbox, and with transparent activity, I can, but I need also to continue to use other activity i.e. the main sndroid screen with widgets, in back of textedit (that is ontop), seems that the solution is monkeyrunner:

http://developer.android.com/tools/help/monkeyrunner_concepts.html

with this API, we can click on an activity, and pass the pressed coordinates to screen, so I can click on invisible activity and pass the click on the other back activity.
there is a wrapper for it, or a library?
thanks in advaces
 

DonManfred

Expert
Licensed User
Longtime User
there is a wrapper for it, or a library?
No. and i think it is not possible to do a wrapper for it as

The monkey tool runs in an adb shell directly on the device or emulator and generates pseudo-random streams of user and system events.
 
Upvote 0
Top