如何通过滑动检测我的应用程序何时关闭

时间:2014-06-25 12:38:35

标签: android methods swipe

我需要以某种方式捕获此操作,以便我可以使应用程序的通知栏在背景中消失时显示。

我已尝试使用onDestroy和onStop但没有尝试,它没有通过这些方法。

**与我的问题有关的问题:Removing notification bar when the application is closed through swipe action

1 个答案:

答案 0 :(得分:0)

所以当我调用

时会调用onDestroy方法
startService(new Intent(this, MyService.class));

我在Removing notification bar when the application is closed through swipe action

的答案中需要的更多细节