Show a picture

Post your questions and help other users.

Moderator: Martin

Post Reply
LightTempler
Posts: 53
Joined: 17 Mar 2013 16:08

Show a picture

Post by LightTempler » 03 Apr 2013 22:08

Hi,
abusing an Automate widget in working like a little app, I try to just show a
picture (local jpeg file) as last part of a flow. I made it to configure a 'Start Activity'
to view it in Google Gallery, but in crop editor or filter selector screen only.
Plz: What are the parameters to just view the pic?
Or is there a better solution?

Thx for any advice!
LiTe

LightTempler
Posts: 53
Joined: 17 Mar 2013 16:08

Re: Show a picture

Post by LightTempler » 04 Apr 2013 09:25

Did it much easier with app 'QuickPic',
but I'm still interested in solutions.

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: Show a picture

Post by Martin » 04 Apr 2013 13:51

This actually depends on the apps available on the device but following works for me:
Action: android.intent.action.VIEW
Data URI: <your file>
Data Mime Type: image/*
Explicit Component: com.google.android.gallery3d
Class name: com.android.gallery3d.app.Gallery

The next version will simplify the configuration of this action a bit and will allow to pick images directly from the gallery.

LightTempler
Posts: 53
Joined: 17 Mar 2013 16:08

Re: Show a picture

Post by LightTempler » 04 Apr 2013 14:12

The MIME-Type! Thats surely the solution.
I tried the rest, but was not sure about the type /
did no further investigations due to it works
for filter and crop.
Thank you.

Post Reply