Is it possible to have an application that can be installed that employees would never be able to exit, stop, or uninstall? Or is this something you would have to work out with a hardware vendor/carrier?
Any resources would be greatly appreciated
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.
From an Android perspective, this would only work if the application were part of the ROM image, otherwise, a normal application can’t block itself from being uninstalled. For this to be feasible, you’d have to create a custom ROM image, root the phone and install the custom image, and then do this for each employee you wanted to track. It’s probably more work than it’s worth, but that’s the general idea.