top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Android: Capturing the touch and scroll information from an app

+2 votes
238 views

I want to log the events when a user interact with the app by touch and scroll. I want to log these information by changing the framework files. Please tell me the files responsible for the user events

posted Feb 26, 2015 by Sidharth

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+6 votes

In android generally when an app is installed, the PackageInstallerActivity and PackageManagerService make sure to assign the supplementary gid's to the app. This determines the level of access when an app is invoked everytime.

I just wanted to confirm if any verification process takes place in the runtime from packagemanager or any other service for that matter.

The app is granted the corresponding access from the gid's that should get it running technically and Packagemanager will only come into picture incase of updating the app.

Is my understanding correct?

...