Android, Detect when other apps are launched
I think we can use logcat and analyze it’s output. In all similar programs I have found this permission : android.permission.READ_LOGS It means all of them use it but it seems the program starts and after that our program (app protector) will start and bring front. Use below code : try { Process mLogcatProc = … Read more