I really appreciate when anyone pulls me out of my confusing.
As description below :
<receiver android:name=".transaction.SmsMessageSender
$SmsSentReceiver">
<intent-filter>
<action
android:name="com.google.android.mms.transaction.MESSAGE_SENT" />
<data android:scheme="content" />
</intent-filter>
</receiver>
pay attention to <data android:scheme="content" />
<data> represents a uri, right ? But what is the meaning of
android:scheme="content" ?
If it has been defined in somewhere as a uri,then what the exactly
position is ?
I find it is really hard to search the tags in android sdk . Is there
any convenient way to check the tag out?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---