Also removes the legacy bool from the core resources. Bug: 17757057 Change-Id: I5f19e43f413599430b648c3b8763d19a9fc07a91
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2011 The Android Open Source Project
|
|
|
|
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.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<bool name="target_honeycomb_needs_options_menu">false</bool>
|
|
<bool name="show_ongoing_ime_switcher">true</bool>
|
|
<bool name="kg_share_status_area">false</bool>
|
|
<bool name="kg_sim_puk_account_full_screen">false</bool>
|
|
<!-- No camera for you, tablet user -->
|
|
<bool name="kg_enable_camera_default_widget">false</bool>
|
|
<bool name="kg_center_small_widgets_vertically">true</bool>
|
|
<bool name="kg_top_align_page_shrink_on_bouncer_visible">false</bool>
|
|
</resources>
|