The second parameter for IGTalkSession.sendDataMessage() contains,
"the intent object contains the action to be broadcasted by the
receiving device's GTalkService"
http://code.google.com/android/reference/com/google/android/gtalkservice/IGTalkSession.html#sendDataMessage(java.lang.String,%20android.content.Intent)
This is in the GTalkDataMessageSender.java,
"Intent intent = new Intent(GTalkDataMessageReceiver.ACTION);"
http://code.google.com/android/samples/ApiDemos/src/com/google/android/samples/app/GTalkDataMessageSender.html
What type of Action is this? Is this something that was created in a
special way? Where does this ACTION come from?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---