Hi! I would like to use android.media.action.IMAGE_CAPTURE in Activity Starter.
I know there is a Camera component, but there is no "when cancel" option - and I really need this.
When I use image_capture the camera is opening, I can take photo but the result is null. I mean there is no result in AfterActivity. How can I make this? Should I change ResultURI or something?
I hope you can help me.
Thank you.
Thank you for reply. But is there any easier way to make this? Without coding - only in AppInventor? I don't think I am good enough to understand anything from your link
Thank you for extension! But it looks like AfterActivity block is not working. After taking picture even the notifier doesn't show any message. CancelActivity works very well!
Am I doing anything wrong?
Sunny, unfortunately in compiled app, instead of .AfterActivity it triggers .ActivityCanceled
In Companion everything is working well, but when App is compiled it always goes for .ActivityCanceled, even after taking picture.
Could you help me with this please?
I use Android 10. Maybe I wrote something wrong - app is installed, opens and everything is working OK. But the problem is when I am using extension from @vknow360, camera opens and then it doesn't matter if I take photo or if I click cancel, it triggers only .ActivityCanceled
In Companion it is working well, on the same testing device.