Skip to content

Add support for saving full size images when using IMAGE_CAPTURE intent in Android app launcher  #298

@latin-panda

Description

@latin-panda

Is your feature request related to a problem? Please describe.
Android App Launcher widget can't save full size images when using IMAGE_CAPTURE, this is because we need to specify the output location where this image is going to be stored, that location can be different depending of the android version and phone brand. This might require branding apps to include a write permission in their manifest. See more details in Save the full-size photo and IMAGE_CAPTURE intent.

Because the output isn't defined, then Android returns a low quality image (thumbnail)

Describe alternatives you've considered
One option would be to default the output whenever the Android App Launcher's action is IMAGE_CAPTURE.

Additional context
Two forum post asking about this:
https://forum.communityhealthtoolkit.org/t/low-resolution-image-using-android-media-action-image-capture/2086
https://forum.communityhealthtoolkit.org/t/android-app-launcher-to-take-photo-in-app-forms/2081

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions