How can one app kills other apps in android? I am developing a Parental control application which gonna block other apps from running same as AppLock and Android Parental Control are doing. These apps require password on opening/launching of any locked application, If password is not correct then they kill that application. I have few questions:
- How these apps are monitoring other application launches? (by contentiously reading activity manager? from background service)
- How these apps kill other application although android OS doesn't allow it.
Any help will be greatly appreciated :-)
NOTE: PLEASE DON'T START YOUR ANSWERS WITH "ITS NOT POSSIBLE IN ANDROID", I ALREADY MENTIONED APPS WHICH HAVE ACHIEVED IT.