I am creating a Blue light filter app. So that, I want to display the view over all the apps. I did it by the following Service,
public class OverlayService exte
Try this add this method in service class
@Override public void onTaskRemoved(Intent rootIntent){ super.onTaskRemoved(rootIntent); }