capturing another activity's screen in android
Posted
by discoHR
on Stack Overflow
See other posts from Stack Overflow
or by discoHR
Published on 2010-05-07T19:42:44Z
Indexed on
2010/05/07
19:48 UTC
Read the original article
Hit count: 183
is it possible to have a service (A) which will launch an activity (B) and then periodically capture B's screen?
also, is it possible to send onTouch events from A to B?
basically, i'd like to make a bot which would use an application so i don't have to.
i guess it's not possible but had to ask.
© Stack Overflow or respective owner