我需要以某种方式捕获此操作,以便我可以使应用程序的通知栏在背景中消失时显示。
我已尝试使用onDestroy和onStop但没有尝试,它没有通过这些方法。
**与我的问题有关的问题:Removing notification bar when the application is closed through swipe action
答案 0 :(得分:0)
所以当我调用
时会调用onDestroy方法startService(new Intent(this, MyService.class));
我在Removing notification bar when the application is closed through swipe action
的答案中需要的更多细节