I am using services in an application to listen for how many times the user presses his/her power button. The implementation was working fine on all devices. But when I tested t
I have this solution that works perfectly.
@Override public void onDestroy() { startService(new Intent(yourcontext, YourService.class)); }