How to implement parental control in my application i.e when my application starts, all the other applications should stop running. plz help me.
How to implement parental control in my application i.e when my application starts, all the other applications should stop running. plz help me.
Yes it is possible.Retrieve the name of running processes and their UIDs and then kill those processes which you want to stop.e.g If u want to stop browser app you can do this in this way.