To reiterate, onPause and onSaveInstanceState gets fired, but onRestoreInstanceState is never fired when coming back from the CameraActivity. We're calling finish in the CameraActivity.
On Aug 31, 3:51 pm, bkbonner <[email protected]> wrote: > We have an Activity which has a form on it and we launch an Intent to > take a picture. > > We've overridden onSaveInstanceState and onRestoreInstanceState to > push the data from the view fields > > But, on the return from the CameraActivity, the onRestoreInstanceState > method is never called. > > Should this behavior work when calling another Intent? > > Our code is virtually identical > to:http://stackoverflow.com/questions/151777/how-do-i-save-an-android-ap... --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

