Anyone know how to bring up this menu through script.My TV tells me the actions not available when I try to do it by…
Anyone know how to bring up this menu through script.My TV tells me the actions not available when I try to do it by the add item/shortcut dialog I can bring it up through Tasker with run a lightning Action problem is it needs me to pick an action for the task so if I set this to a task shortcut on my homescreen it will only run the action I specified instead of bringing up the list of actions. I think if tasker can bring up the list a script should be able to do it azwell.
]]>
< ![CDATA[
Strange, I don’t know why this screen is not available on the TV.
The intent is:
– component: net.pierrox.lightning_launcher_extreme/net.pierrox.lightning_launcher.activities.ShortcutsA
– action: android.intent.action.CREATE_SHORTCUT
– category: android.intent.category.DEFAULT
Unfortunately this is uneasy to use by hand. You have to start this activity for result, and in the result data use the following code to retrieve the intent for the select action:
data.getParcelableExtra(Intent.EXTRA_SHORTCUT_INTENT)
]]>
< ![CDATA[
Thanks will see what I can do with this.
]]>