John Reck | 9202673 | 2011-02-15 10:12:30 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
Panos Thomas | 4bdb525 | 2014-11-13 16:20:11 -0800 | [diff] [blame] | 3 | Copyright (c) 2014, The Linux Foundation. All rights reserved. |
John Reck | a5176f3 | 2011-05-17 12:35:37 -0700 | [diff] [blame] | 4 | Copyright (C) 2011 The Android Open Source Project Licensed under the |
John Reck | 9202673 | 2011-02-15 10:12:30 -0800 | [diff] [blame] | 5 | Apache License, Version 2.0 (the "License"); you may not use this file |
| 6 | except in compliance with the License. You may obtain a copy of the |
| 7 | License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by |
| 8 | applicable law or agreed to in writing, software distributed under the |
| 9 | License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR |
| 10 | CONDITIONS OF ANY KIND, either express or implied. See the License for |
| 11 | the specific language governing permissions and limitations under the |
| 12 | License. |
| 13 | --> |
| 14 | <resources |
| 15 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
John Reck | a5176f3 | 2011-05-17 12:35:37 -0700 | [diff] [blame] | 16 | <bool name="isTablet">false</bool> |
Tarun Nainani | 8eb0091 | 2014-07-17 12:28:32 -0700 | [diff] [blame] | 17 | <!-- hide the title bar |
| 18 | When set to false to enable fixed title bar, the command line switch |
| 19 | "enable-top-controls-position-calculation" must be turned off by |
| 20 | commenting out the relevant code in the Java code |
| 21 | --> |
| 22 | <bool name="hide_title">true</bool> |
Michael Kolb | de46376 | 2011-07-14 15:25:45 -0700 | [diff] [blame] | 23 | <bool name="hide_nav_buttons">true</bool> |
John Reck | e3da7d6 | 2011-08-10 13:40:23 -0700 | [diff] [blame] | 24 | <!-- Browser menu toggles --> |
| 25 | <bool name="menu_show_navigation">true</bool> |
| 26 | <bool name="menu_show_bookmarks">true</bool> |
Panos Thomas | 4bdb525 | 2014-11-13 16:20:11 -0800 | [diff] [blame] | 27 | |
| 28 | |
| 29 | <!-- Switches for carrier specific features --> |
| 30 | |
| 31 | <!-- Launch custom app when URL scheme is 'estore:' --> |
| 32 | <bool name="feature_wap2estore">false</bool> |
| 33 | <!-- Prevent uploading files with DRM filename extensions --> |
| 34 | <bool name="feature_drm_uploads">false</bool> |
| 35 | <!-- Prompt user to select WiFi access point or otherwise enable WLAN --> |
| 36 | <bool name="feature_network_notifier">false</bool> |
| 37 | <!-- Add 'Exit' menu item and show 'Minimize or quit' dialog --> |
| 38 | <bool name="feature_exit_dialog">false</bool> |
| 39 | <!-- Display page title instead of url in URL bar --> |
| 40 | <bool name="feature_title_in_URL_bar">false</bool> |
| 41 | <!-- Allow users to provide custom download path --> |
| 42 | <bool name="feature_custom_download_path">false</bool> |
Panos Thomas | 4bdb525 | 2014-11-13 16:20:11 -0800 | [diff] [blame] | 43 | <!-- Allow disabling saving history for non-incognito tabs --> |
| 44 | <bool name="feature_disable_history">false</bool> |
| 45 | |
| 46 | <!-- Default values for carrier specific features --> |
| 47 | <bool name="def_allow_media_downloads">false</bool> |
| 48 | |
John Reck | 9202673 | 2011-02-15 10:12:30 -0800 | [diff] [blame] | 49 | </resources> |