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
the service must be restarted because android donot allow it. You can use Foreground service to improve your app.