Launch a shortcut
Moderator: Martin
Launch a shortcut
Hi
There is a way to launch a generic shortcut present only in the home screen?
Thank you
There is a way to launch a generic shortcut present only in the home screen?
Thank you
Re: Launch a shortcut
Hi,
No, but you can usually use an action Launch App to start an app or use the more general Start Activity when you want to have more control.
What kind of shortcut do you want to launch?
Regards,
Martin
No, but you can usually use an action Launch App to start an app or use the more general Start Activity when you want to have more control.
What kind of shortcut do you want to launch?
Regards,
Martin
Re: Launch a shortcut
I use an app called My profiles (useful because i can easily change audio profiles from status bar with it), but Automagic is better to manage wifi, bt and many other things. In My profiles i can create home screen shortcuts for each profile: with Automagic i would like to launch this shortcuts under certain conditions.Martin wrote:Hi,
No, but you can usually use an action Launch App to start an app or use the more general Start Activity when you want to have more control.
What kind of shortcut do you want to launch?
Regards,
Martin
https://play.google.com/store/apps/deta ... lite&hl=it My profiles link.
Thank you
Best regards
Giovanni
Re: Launch a shortcut
How about the Trigger "Shortcut" ?
You can use it on your Homescreen or anywhere else ...
You can use it on your Homescreen or anywhere else ...
Re: Launch a shortcut
I don't want activate manually a shortcut, i want launch a shortcut present on my homescreen automatically with Automagic.inReinbek wrote:How about the Trigger "Shortcut" ?
You can use it on your Homescreen or anywhere else ...
Re: Launch a shortcut
Ahhh - I see ... how about "Control UI" ?
You can steer a click on your UI .... if your "click" has to set on the home screen you can load your home screen first, I think.
You can steer a click on your UI .... if your "click" has to set on the home screen you can load your home screen first, I think.
-
- Posts: 2
- Joined: 09 Mar 2013 02:40
Re: Launch a shortcut
Hi giovag7,
I have exactly the same question as you ... with the exception I use Llama profiles. Did you find a solution?
@Martin
Launch App : give me not enough parameter...
Start Activity : seems to require programming skills to understand every parameter that I don't have yet...
ACTION
android.intent.action.VIEW
DATA URI
???
thx,
LightRider
I have exactly the same question as you ... with the exception I use Llama profiles. Did you find a solution?
@Martin
Launch App : give me not enough parameter...
Start Activity : seems to require programming skills to understand every parameter that I don't have yet...
ACTION
android.intent.action.VIEW
DATA URI
???
thx,
LightRider
Re: Launch a shortcut
What kind of shortcut do you want to launch?
-
- Posts: 2
- Joined: 09 Mar 2013 02:40
Re: Launch a shortcut
I don't know if it can help (i used CopyShortcutURI) to get this...Martin wrote:What kind of shortcut do you want to launch?
#Intent;component=com.wetpalm.
ProfileSchedulerPlus/com.wetpalm.
ProfileScheduler.ActivateProfileActivity;S.
profile=Silent;end
thx,
LightRider
Re: Launch a shortcut
This is one of mine:
#Intent;action=android.intent.action.VIEW;component=com.fancy01.myprofiles/.DummyActivity;i.iProfileGUID=1010;end
#Intent;action=android.intent.action.VIEW;component=com.fancy01.myprofiles/.DummyActivity;i.iProfileGUID=1010;end