I\'d like to add a menu option to the Android camera app. Is this possible to do using the current SDK?
Thanks.
Edit : Ok I know I need to add a
The closest you can get is to add an option to the 'Share' menu of the built-in camera application. The built-in e-mail app uses the following intent-filter to do this:
(Note the mime-type is specific to image files.)