Merge "Only show BootSounds preference if has_boot_sounds is true." into nyc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1ff11c5ef0
@@ -4,9 +4,9 @@
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
@@ -17,6 +17,8 @@
|
||||
<resources>
|
||||
<!-- Whether or not the dock settings are to be displayed for this device when docked -->
|
||||
<bool name="has_dock_settings">false</bool>
|
||||
<!-- Whether there is a boot sounds checkbox -->
|
||||
<bool name="has_boot_sounds">false</bool>
|
||||
<!-- Whether there is a silent mode checkbox -->
|
||||
<bool name="has_silent_mode">true</bool>
|
||||
<!-- Whether the DEPRECATED power control widget is enabled for this
|
||||
|
Reference in New Issue
Block a user