Disabling “Force Stop” Button in Android

后端 未结 6 1764
南旧
南旧 2020-12-01 13:41

Okay, I\'m pretty sure that this is not possible but a client had asked me to do so in one of our Android application we developed for her.

What she had wanted is th

6条回答
  •  醉梦人生
    2020-12-01 14:06

    I think the device screen shot has confused us. Even I can show my application that is installed on the device and the "Force Stop" button is disabled. Where as I have not done any thing specific to that.

    The reason of the "Force Stop" button being disabled is, that particular application is NOT running currently. Hence there is not meaning in having the button enabled. @Rhama you can ask your client to start the application once, press the home button of the device, and goto the settings and see. Surely the "Force Stop" button will be enabled this time.

    Regards,

    Rajan

提交回复
热议问题