I try open camera following way:
... private void runCamera() { String storageState = Environment.getExternalStorageState(); if (storageS
onDestroy is not guaranteed to be called. Make sure you save persistent state in onPause rather than onStop and onDestroy. You should never rely on either onStop or onDestroy to be called.
onDestroy
onPause
onStop