OSDN Git Service

Set default ringtones through RingtoneManager.
authorJeff Sharkey <jsharkey@android.com>
Sun, 6 Mar 2016 00:43:20 +0000 (17:43 -0700)
committerJeff Sharkey <jsharkey@android.com>
Sun, 6 Mar 2016 00:43:22 +0000 (17:43 -0700)
commit9dd3b2162dd308762a023ad07a39c2379bcbf931
tree3f67e7fdb3b904693fff14c6e59d9d08c5e5f897
parent783ee0ca8707a4e2977d1afd42cd01a3885a06e6
Set default ringtones through RingtoneManager.

RingtoneManager is the public API that everyone should be going
through, and it now has the side-effect of caching the set ringtone
to make it available before CE storage is unlocked.

Bug: 27435331
Change-Id: I30ed4e2df2ef1e4fd47f947c70845aaa74356384
media/java/android/media/MediaScanner.java