Hey,
I want to be able to capture the above system event in a _global_
manner.
That is - even if my app is currently not running, I want the system
to start it, so it can handle
a new-picture-just-taken event by the user.
I tries to do by creating a BOOT_COMPLETED BroadcastReceiver that
internall calls:
Camera.open().takePicture( null, null, My_jpegImageCallback);
The results:
BroadcastReceiver successfully called at startup
My_jpegImageCallback NOT called when user is taking a new picture.
Pls advise.
GiladH
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---