I have a requirement where I have to track GPS data. Which installed application is using GPS and when means Date and time.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use PackageManager to get a list of installed packages (by invoking a getInstalledPackages method) and then use
permissionattribute on each PackageInfo element to determine thenever or not location permissions are set.But this method can’t give you information about when it was used, and was it used at all. IT can just give you an information is this app can use GPS