blob: 49870a6a43d8fa4a1eb15310bc885fecf10e3232 [file] [log] [blame]
John Reck92026732011-02-15 10:12:30 -08001<?xml version="1.0" encoding="utf-8"?>
2<!--
Panos Thomas4bdb5252014-11-13 16:20:11 -08003 Copyright (c) 2014, The Linux Foundation. All rights reserved.
John Recka5176f32011-05-17 12:35:37 -07004 Copyright (C) 2011 The Android Open Source Project Licensed under the
John Reck92026732011-02-15 10:12:30 -08005 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 Recka5176f32011-05-17 12:35:37 -070016 <bool name="isTablet">false</bool>
Tarun Nainani8eb00912014-07-17 12:28:32 -070017 <!-- 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 Kolbde463762011-07-14 15:25:45 -070023 <bool name="hide_nav_buttons">true</bool>
John Recke3da7d62011-08-10 13:40:23 -070024 <!-- Browser menu toggles -->
25 <bool name="menu_show_navigation">true</bool>
26 <bool name="menu_show_bookmarks">true</bool>
Panos Thomas4bdb5252014-11-13 16:20:11 -080027
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 Thomas4bdb5252014-11-13 16:20:11 -080043 <!-- 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 Reck92026732011-02-15 10:12:30 -080049</resources>