We're working on better documenting the possible intents. We deliberately don't put everything in the Intent class because that is just not scalable.
On Oct 22, 7:52 pm, Arron <[EMAIL PROTECTED]> wrote: > thanks. it's kinda strange that the RingTonePicker intent is placed > in a totally different class. It's hard to find all of them this > way. Is there a location that lists all of them? > > but ya now everything makes sense. > > On Oct 23, 2:19 am, hackbod <[EMAIL PROTECTED]> wrote: > > > 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/RingtoneManage... > > > > 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#... --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

