I want to block/unblock (where user can not use/access the blocked application) some application in an android device from my application. But I couldn't find any solution/ idea about this.
I read Android how to programmatically hide launcher icon, but this hide the application launcher icon of same application.
How can I do this? Please share some idea/links about this.
Start a Service Using Alarm Manager on every second Inside Service You have an array of Installed app and now you detect Top most App is running Top Task match with your array of application than you launch your Protector
I have Done already