在用户请求关闭Android应用程序之前通知

时间:2015-12-06 22:22:21

标签: android performance android-activity

我的要求是:

              Once my android app is opened, then I will activate bluetooth. On closure of my android app I want to disable bluetooth.

问题是:                  我怎么知道用户请求以编程方式在android中关闭应用程序。?

1 个答案:

答案 0 :(得分:0)

了解Android活动生命周期http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle

根据您的要求,您似乎想在onDestroy方法中禁用蓝牙。