hi, Il want to action brightness when I open an image photo file from file manager but doesn't work.
I set change brightness when gallery app is started and work only if I actually open gallery app but not if I open directly a photo from file manager. thanks
can't trigger opening a photo file
Moderator: Martin
Re: can't trigger opening a photo file
Hi,
What file manager are you using? Perhaps the file manager opens the file itself and not the gallery app or the image is opened in the task of the file manager.
If the latter is case you could use a trigger Activity Started instead of a trigger App Task Started.
On a standard Android ROM you could use following configuration:
Package name: com.google.android.gallery3d
Class name: com.android.gallery3d.app.Gallery
Regards,
Martin
What file manager are you using? Perhaps the file manager opens the file itself and not the gallery app or the image is opened in the task of the file manager.
If the latter is case you could use a trigger Activity Started instead of a trigger App Task Started.
On a standard Android ROM you could use following configuration:
Package name: com.google.android.gallery3d
Class name: com.android.gallery3d.app.Gallery
Regards,
Martin
Re: can't trigger opening a photo file
hi, I'm using the default file manager of ics, seems the images opens in gallery too.
anyway, I can't find an activity started trigger.
anyway, I can't find an activity started trigger.
Re: can't trigger opening a photo file
The trigger Activity Started was added in version 1.19 of Automagic released a week ago. Are you using an older version of Automagic (see menu->Manage->About)?
What device and Android version are you using?
What device and Android version are you using?
Re: can't trigger opening a photo file
I updated and worked! on galaxy s duos and ics 4.0.4, thank you very much