Block/unblock an application from my application: Android

Android Learner picture Android Learner · Jul 12, 2012 · Viewed 9.9k times · Source

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.

Answer

Ravi picture Ravi · Feb 28, 2013

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