I am using BroadcastReceiver to start the recorder but when i call context.stopService(intent) the onDestroy() is called. I am using onDestroy()<
context.stopService(intent)
onDestroy()
onDestroy()<