Merge "Add ability to show/hide individual settings in Sounds page."
This commit is contained in:
committed by
Android (Google) Code Review
commit
e9a3a14330
@@ -60,6 +60,27 @@
|
||||
<!-- Whether high_power_apps should be shown or not. -->
|
||||
<bool name="config_show_high_power_apps">true</bool>
|
||||
|
||||
<!-- Whether media_volume should be shown or not. -->
|
||||
<bool name="config_show_media_volume">true</bool>
|
||||
|
||||
<!-- Whether alarm_volume should be shown or not. -->
|
||||
<bool name="config_show_alarm_volume">true</bool>
|
||||
|
||||
<!-- Whether notification_volume should be shown or not. -->
|
||||
<bool name="config_show_notification_volume">true</bool>
|
||||
|
||||
<!-- Whether notification_ringtone should be shown or not. -->
|
||||
<bool name="config_show_notification_ringtone">true</bool>
|
||||
|
||||
<!-- Whether screen_locking_sounds should be shown or not. -->
|
||||
<bool name="config_show_screen_locking_sounds">true</bool>
|
||||
|
||||
<!-- Whether charging_sounds should be shown or not. -->
|
||||
<bool name="config_show_charging_sounds">true</bool>
|
||||
|
||||
<!-- Whether touch_sounds should be shown or not. -->
|
||||
<bool name="config_show_touch_sounds">true</bool>
|
||||
|
||||
<!-- Whether device_administrators should be shown or not. -->
|
||||
<bool name="config_show_device_administrators">true</bool>
|
||||
|
||||
|
Reference in New Issue
Block a user