Top "Activity-state" questions

Detecting android application going to background

I need to turn off Bluetooth when my app "goes to background"/"becomes inactive". I tried to do it in …

android activity-state
onSaveInstanceState is not getting called

I have an activity which starts various activities for result codes and on getting results in onActivityResult method it starts …

android start-activity activity-state