Are you talking about the camera hardware-resource? If that's the case, you really should release the camera when the activity's onPause is called.
Do a good read of the Activity's lifecycle on developer.android.com. It's only guaranteed the activity's onPause is called. When a process is killed, it is not guaranteed that any of its activities' onStop/ onDestroy methods are called. On Jul 3, 5:13 am, Niko Gamulin <[email protected]> wrote: > Hi, > > I created an application which is displaying camera preview. When the > application terminates I noticed that some processes are still running. Also > if I try to run the original camera application it displays an error > (obviously due to the active process which belongs to the custom > application). > > Does anyone know how to release all resources when application ends? > > Thanks! > > Niko > > --http://mypetprojects.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

