I would like to know how to use Android Remote Notifier as a custom intent in Llama, to send a notification to my PC. I see the instructions for developers to create intents in the wiki:
http://code.google.com/p/android-notifier/wiki/ThirdPartyNotificationsIs there any way you could help me understand how to translate that into Llama's settings? I've listed the input fields in the dialog for adding a "custom intent" in Llama. Unless otherwise noted, each input field accepts text:
Intent Send Mode - the user can choose "Start activity", "Start service", or "Broadcast"
Package name
Class name
Action
Categories (comma/pipe separated)
Data
Data type
After hitting the button to "add a new 'extra' row", you get a row with
Key
(key type) - the default is 'string'
(a blank)
The extra rows seem pretty easy to understand, based on the information in the wiki, but I can't figure out the other rows. Any help would be appreciated!
Joe