我的要求是:
Once my android app is opened, then I will activate bluetooth. On closure of my android app I want to disable bluetooth.
问题是: 我怎么知道用户请求以编程方式在android中关闭应用程序。?
答案 0 :(得分:0)
了解Android活动生命周期http://developer.android.com/reference/android/app/Activity.html#ActivityLifecycle
根据您的要求,您似乎想在onDestroy
方法中禁用蓝牙。