On Oct 22, 5:47 pm, Arron <[EMAIL PROTECTED]> wrote:
> Sorry I am still a novice at this but I don't understand how the Rings
> Extend application is able to use the intent
> "android.intent.action.RINGTONE_PICKER" to intercept picking
> ringtones.  I don't see that intent anywhere in the released SDK
> documentation.

http://code.google.com/android/reference/android/media/RingtoneManager.html#ACTION_RINGTONE_PICKER

> Is that a hidden intent? Am I completely misunderstanding this?
> Looking at the list of intents and the intent class, I don't see many
> intents to replace or add to core functionality of the phone.

The Intent class only lists the generic Android platform intents.
Subsystem- and application-specific intents are associated with those
pieces of code.

> Like how was the Home Sweet Home application able to replace the Home
> screen?  Which intent did it register to?

This is a system level Intent:

http://code.google.com/android/reference/android/content/Intent.html#CATEGORY_HOME

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to