@Override
 protected void onDestroy() {
   stopService(imageIntent);
   unregisterReceiver(mBroadcastReceiver);
   super.onDestroy();
 }