Top "Android-ondestroy" questions

Tag for questions related to Android's onDestroy() method of Activities and Services.

Prevent activity from being destroyed

I'm sending an intent to the camera from an activity that I call like this: Intent testphoto = new Intent(Dashboard.…

android android-activity android-camera-intent android-ondestroy