[android-developers] Re: Inject key event for call camera app

2009-01-19 Thread Pascal Merle
I found the answer to my last question: Use the android.hardware.Camera class instead. However, I got another problem with that one, see my other thread! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Inject key event for call camera app

2009-01-19 Thread pmerl...@googlemail.com
I want to broadcast such an intent from my BroadcastReceiver (That's why I can't use startActivityForResult as I found elsewhere). Is this possible by calling context.sendBroadcast(new Intent (android.media.action.IMAGE_CAPTURE));? And how will the result be delivered?

[android-developers] Re: Inject key event for call camera app

2009-01-15 Thread Dave Sparks
The Cupcake SDK will include a way of specifying the image quality. On Jan 12, 8:52 am, Dave Sparks davidspa...@android.com wrote: I'll have to look into it, but there should be an extra you can put in in the intent to specify image quality. If not, then we should add it. On Jan 10, 1:38 am,

[android-developers] Re: Inject key event for call camera app

2009-01-12 Thread Dave Sparks
I'll have to look into it, but there should be an extra you can put in in the intent to specify image quality. If not, then we should add it. On Jan 10, 1:38 am, fala70 fal...@gmail.com wrote: No I don't want use android.media.action.IMAGE_CAPTURE intent, because it return only a low image

[android-developers] Re: Inject key event for call camera app

2009-01-09 Thread Dave Sparks
You want to broadcast android.media.action.IMAGE_CAPTURE intent. On Jan 9, 9:55 am, fala70 fal...@gmail.com wrote: Hi guys, Somebody know how can I call the camera capture application from my application ? I tried to use inject key event without success using KEY CAMERA BUTTON. If the user