Hello Everyone, I need to make a service that capture all events, not in a specific view or when an specific activity is open. I want to make a App for Usability-Testing. Therefor i need to log every Event the User does. I tried to do this with an App-Launcher. To log the Touch Events i used "onInterceptTouchEvent()" in a extended FrameLayout. So i can log every touch event in my App. Thats works fine. Now i launch a App witch "mainAct.startActivity(intent);" the secound App launches but i can't log a Event.
I knows that Android launches every Activity in a separate Task and i also knows that this App sounds like a Virus, but it is for the Labor of my University and not for "bad things". Can I do this? Or only in specifics things (with OnTouchListener and adding specifics views, for example)? Can anyone help? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

