Hello,
I'm writing an application that captures images using a networked
device. I'd like to make this app appear as an option when the user
chooses the "Capture picture" menu option in the Gallery. So far the
only way I found to do this was adding an intent filter like this:
<intent-filter>
<action android:name="android.media.action.STILL_IMAGE_CAMERA"
/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
The "android.media.action.IMAGE_CAPTURE" action seems to be ignored
and "android.intent.action.GET_CONTENT" makes my app an alternative to
Gallery, which is not my purpose.
Is it acceptable that my app use the STILL_IMAGE_CAMERA action?
Thanks in advance
--
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