Question

I am running a background service that restricts users from launching applications, even when my application is not in the foreground. Is there any way to stop them from being able to launch certain applications?

Was it helpful?

Solution

Launching of app is handled by the Launcher. This cannot be controlled from a third party app. Neither Android provides you the app lauch details like a broadcast.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top