Merge "Enable the PowerControl widget that was disabled for honeycomb."

This commit is contained in:
Amith Yamasani
2011-06-16 11:10:08 -07:00
committed by Android (Google) Code Review
2 changed files with 4 additions and 1 deletions

View File

@@ -22,4 +22,7 @@
<bool name="has_dock_settings">false</bool>
<!-- Whether there is a silent mode checkbox -->
<bool name="has_silent_mode">true</bool>
<!-- Whether the power control widget is enabled for this device. Should be overridden for
specific product builds. -->
<bool name="has_powercontrol_widget">true</bool>
</resources>