i have a requiremet that i want run service continuously in backgroud and it cannot be top by user or it cannot be force stop by going in manage application. is there any way to get notification when user is trying force stop service? or any way to hide our application in android.
i have done START_STICKY but it can't work. it can be possible to write our code on android system services(or system code) that can't be killed or kernel level coding ?
my main criteria is that my service cannot be killed by user
please help me in this
thanks in advance