diff options
| -rw-r--r-- | core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index d47bde744b88..69bb0b9da5e5 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2983,4 +2983,7 @@ <!-- Show area update info settings in CellBroadcastReceiver and information in SIM status in Settings app --> <bool name="config_showAreaUpdateInfoSettings">false</bool> + + <!-- Enable the RingtonePickerActivity in 'com.android.providers.media'. --> + <bool name="config_defaultRingtonePickerEnabled">true</bool> </resources> |