On Sun, Jul 11, 2010 at 9:31 PM, perumal316 <[email protected]> wrote: > I want to write an application that will write to a log file each time > my camera is used. Is there any way I can go about doing it?
Write an app that uses the Camera API, and log when that app is used. > I want my application to log down everytime the camera is used > regardless of which application is using it. Is it possible? I am not aware of any broadcast Intents that are sent out when the camera is in use. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

