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
Show a picture
Moderator: Martin
-
- Posts: 53
- Joined: 17 Mar 2013 16:08
Re: Show a picture
Did it much easier with app 'QuickPic',
but I'm still interested in solutions.
but I'm still interested in solutions.
Re: Show a picture
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.
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.
-
- Posts: 53
- Joined: 17 Mar 2013 16:08
Re: Show a picture
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.
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.