implemented

Start GTalkSMS service and try to establish a connection.

Action: 
com.googlecode.gtalksms.action.CONNECT

Starts the GTalkSMS service if its not already running and tries to establish a new connection.

More information about GTalkSMS can be found at http://code.google.com/p/gtalksms/

Bind to SSH Agent service

Action: 
org.openintents.ssh.BIND_SSH_AGENT_SERVICE
Output: 
IBinder for an instance of the AndroidAuthAgent AIDL interface. This interface allows the intent-invoking app to use the intent-serving app as an SSH-Agent.

This intent is used to bind to a service which exposes the AndroidAuthAgent AIDL interface, allowing one app to use another as it's SSH agent.

Save SIP Call

Action: 
de.ub0r.android.callmeter.SAVE_SIPCALL
Intent Extra: 
Provider
Intent Extra: 
uri

Send this broadcast to notify Call Meter 3G, that the call log entry (uri) is a SIP call done with the provider (provider).

Save WebSMS

Action: 
de.ub0r.android.callmeter.SAVE_WEBSMS
Intent Extra: 
uri
Intent Extra: 
WebSMS Connector

Send the URI of a sent text message as broadcast to notify Call Meter 3G that the message was sent with the given WebSMS Connector.

Bluetooth Device Picker

Action: 
PICK_BLUETOOTH_DEVICE
Output: 
ADDR ( String ) - the MAC address FRIENDLYNAME ( String ) - the Name of the Device

Let the user pick a Bluetooth Device. Returns MAC Address and Name.

launch gallery view of IP Cam Viewer

Action: 
android.intent.action.MAIN
Input: 
intent.addCategory( Intent.CATEGORY_LAUNCHER ); intent.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK ); ComponentName cn = new ComponentName( "com.rcreations.WebCamViewerPaid", "com.rcreations.WebCamViewerPaid.IpCamViewerActivity" ); intent.setComponent( cn ); intent.putExtra( "selectView", "GALLERY_VIEW" );

Launch the gallery view of the IP Cam Viewer application.

launch matrix view of IP Cam Viewer

Action: 
android.intent.action.MAIN
Input: 
intent.addCategory( Intent.CATEGORY_LAUNCHER ); intent.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK ); ComponentName cn = new ComponentName( "com.rcreations.WebCamViewerPaid", "com.rcreations.WebCamViewerPaid.IpCamViewerActivity" ); intent.setComponent( cn ); intent.putExtra( "selectView", "MATRIX_VIEW" );

Launch the matrix view of the IP Cam Viewer application.

Reserve/Book a table

Action: 
com.opentable.action.RESERVE
Input: 
URI defining the restaurant and party size in the format reserve://opentable.com/<locationID>?partySize=<party size>

Reserve a table at a known location of opentable.com, partysize and refId are optional query parameters of the url.

Playback Music

Action: 
com.mgeek.android.musicbox.PLAYBACK_VIEWER

Shows a player, this is not really a protocol, maybe the author of the app can tell us more.

Pick an event

Action: 
android.intent.action.PICK
Input: 
Mandatory: supply a list of events with mime-type of "vnd.android.cursor.dir/event" and columns as follows: "_id": event id (long), "title": a string, "dtstart": the start time (long, milliseconds since Unix epoch), "calendar_id" (int)
Output: 
The id of the selected event and the date of that event.

Pick an event using a calendar based interface. Also returns the event's date.

Syndicate content