I am trying to disable the force stop button in the manage application page in Android settings. Certain applications are able to this even when their service is in running state the force stop button comes in disabled state. Please can anyone help me with this?
I am finding since last 1 week and finally I found that how to disable the Force Stop button.
You should apply Device Administrator Policy to your application. Below url will help you.
http://prashantandroid.blogspot.in/2013/07/disable-force-stop-in-manage.html
I am trying to disable the force stop button in the manage application page in Android settings.
Fortunately, this is not possible for ordinary SDK applications, for obvious security reasons.
Certain applications are able to this even when their service is in running state the force stop button comes in disabled state
Some system apps can do this, I believe. You are welcome to make your own custom ROM and attempt to prevent your app from being force-stopped.
© 2022 - 2024 — McMap. All rights reserved.