mmieher Active Member Licensed User Longtime User Aug 12, 2012 #1 I have an App where I want to verify that a different Service app has not been uninstalled from some sneaky user's device. Any ideas? Cannot seem to find the file location of where the apk for the service installed. Thanks.
I have an App where I want to verify that a different Service app has not been uninstalled from some sneaky user's device. Any ideas? Cannot seem to find the file location of where the apk for the service installed. Thanks.
J Jost aus Soest Active Member Licensed User Longtime User Aug 12, 2012 #2 Is the other app your service app? Without root/superuser rights its IMHO impossible to check for files/APKs of other apps. Upvote 0
Is the other app your service app? Without root/superuser rights its IMHO impossible to check for files/APKs of other apps.
thedesolatesoul Expert Licensed User Longtime User Aug 12, 2012 #3 You can use the package manager to check whether a particular package (app) has been installed. Many other apps do this. Upvote 0
You can use the package manager to check whether a particular package (app) has been installed. Many other apps do this.
mmieher Active Member Licensed User Longtime User Aug 13, 2012 #4 Thank you. The other app is a service app from a completely separate package. Going to give the Package Manager a shot. Upvote 0
Thank you. The other app is a service app from a completely separate package. Going to give the Package Manager a shot.
mmieher Active Member Licensed User Longtime User Aug 13, 2012 #5 Thanks, will give it a try. Upvote 0