summaryrefslogtreecommitdiff
path: root/media/java/android/media/RingtoneManager.java
AgeCommit message (Collapse)Author
2012-04-25Move RINGTONE_PICKER to handle external storage.Jeff Sharkey
To give RINGTONE_PICKER external storage access, move it from system to MediaProvider. Fix OOBE when getRingtoneUri() kicked requery(). Bug: 6346701 Change-Id: I837002eef0580b8cdd8920a27b068c745995a8a3
2012-01-27Use final on new member variablesGlenn Kasten
Use final for member fields initialized to a new and that are never modified. Change-Id: I042352c7bc21879613e7a50b1205b6923f8083cf
2011-07-01- Retrieve is_drm in MediaMetadataRetriever.Gloria Wang
- Add one more column in MediaStore to indicate whether a media file is drm-protected. - Remove old DRM code from Ringtone - Use the new DRM code in RingtoneManager Change-Id: I1311fd1c04841c2cd47df6c901589966cf55a692
2009-07-28Support for selection of silent ringtone from the ringtone picker.Marco Nelissen
This doesn't actually enable that, but adds the necessary code to make it work when enabled, and cleans up some ringtone related code.
2009-07-06am 899725b0: Make sure ringtones are sorted correctly.Marco Nelissen
Merge commit '899725b05dd5c8c51f9f802d4f0a7190532ce0a5' * commit '899725b05dd5c8c51f9f802d4f0a7190532ce0a5': Make sure ringtones are sorted correctly.
2009-07-06Make sure ringtones are sorted correctly.Marco Nelissen
2009-04-13AI 145994: Integrate #145778 from Donut.Dianne Hackborn
Automated import of CL 145994
2009-04-13AI 145870: Add a build property for the default alarm alert. Update the variousPatrick Scott
framework classes to deal with the new property. Also update various documentation that mentions the default ringtones. Use the build property as the default alert when the user has not chosen an alert for an alarm. This is also used if the alarm alert is null when the alarm fires. BUG=1723684 Automated import of CL 145870
2009-04-10AI 145778: Manual merge changes 145382-145384 from cupcake.Andy Stadler
Automated import of CL 145778
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project
2008-10-21Initial ContributionThe Android Open Source Project