Android Application Lock

how to lock Android application android.how to lock the application. I made a lock on the main screen, as well as the entire mobile, but I'm not sure how to lock a specific application.

+5
source share
3 answers

For this situation, you need to catch a listener event to block installed applications.

+1
source

I must say that I do not quite understand what you are trying to do.

, , , - HTTP (S), , , , ( shouldRun - ).

, Google Play, .

, , , ,

0

There is currently no support in the Android SDK to reliably do this. Applications that block applications that are currently on the market are unreliable in the sense that they use a security loophole and put themselves in the forefront when trying to run this application. This can be circumvented without much difficulty, if you know, as well as the security flaws that they exploit, we hope to close. Unfortunately.

0
source

All Articles