Migrate ringtone picking out of MediaProvider.

Some OEMs have requested the ability to customize the ringtone
picker logic, and that's already supported by the existing
"config_defaultRingtonePickerEnabled" parameter today.

This change is a clean refactoring of the AOSP ringtone picker out
of MediaProvider and into a new "SoundPicker" module, which is
consistent with how some OEMs have already defined their own
"SoundPickerPrebuilt" module.

Bug: 134542205
Test: atest --test-mapping packages/providers/MediaProvider
Change-Id: I3460b3a264859280c23e1a804b1d1bb1e99af329
This commit is contained in:
Jeff Sharkey 2019-08-21 14:38:11 -06:00
parent 7d5b3f670d
commit ff9a3dc605
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ PRODUCT_PACKAGES += \
Shell \
shell_and_utilities_system \
sm \
SoundPicker \
statsd \
storaged \
surfaceflinger \