OSDN Git Service

a2ad7d01c998c93b35ea2b1b3a629fb546ff7729
[android-x86/packages-apps-Settings.git] / res / values / config.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2007 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
10      Unless required by applicable law or agreed to in writing, software
11      distributed under the License is distributed on an "AS IS" BASIS,
12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13      See the License for the specific language governing permissions and
14      limitations under the License.
15 -->
16
17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18
19     <!-- If false, MIN is displayed. If true, MSID is displayed. -->
20     <bool name="config_msid_enable" translatable="false">false</bool>
21
22     <string name="additional_system_update" translatable="false"></string>
23     <string name="additional_system_update_menu" translatable="false"></string>
24
25     <!-- TODO: This is purely enforced by the interface, and does not affect what
26          strings may be inserted into the actual content provider.
27          With the addition of shortcuts, it seems more likely that users will
28          find this limiting; it would be good to have the interface work with
29          very long strings too. -->
30     <integer name="maximum_user_dictionary_word_length" translatable="false">48</integer>
31
32     <!-- Dashboard number of columns -->
33     <integer name="dashboard_num_columns">1</integer>
34
35     <!-- Carrier_enabled editable -->
36     <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>
37
38     <!-- The duration (in milliseconds) of activity transitions -->
39     <integer name="setup_wizard_transition_duration">300</integer>
40
41     <!-- Config to show/hide Wifi calling mode Preference UI option -->
42     <bool name="config_wfc_mode_supported" translatable="false">true</bool>
43
44     <!-- Config to enable/disable ppp number in APN editor -->
45     <bool name="config_ppp_enabled">false</bool>
46
47     <!-- Config to set default APN type when adding a new APN -->
48     <string name="config_default_new_apn_type" translateable="false"></string>
49
50     <!-- Config to enable duplicate APN checking. When true, disallows adding new duplicate APNs -->
51     <bool name="config_enable_duplicate_apn_checking">false</bool>
52
53     <!-- This used to define screen color's Hue progress bar minimum value -->
54     <integer name="minimum_hue_value" translatable="false">0</integer>
55
56     <!-- This is used to define screen color's Hue progress bar maximum value-->
57     <integer name="maximum_hue_value" translatable="false">360</integer>
58
59     <!-- This is used to define screen color's Hue progress bar default value-->
60     <integer name="default_hue_value" translatable="false">180</integer>
61
62     <!-- This is used to define screen color's saturation progress bar minimum value-->
63     <integer name="minimum_saturation_value" translatable="false">0</integer>
64
65     <!-- This is used to define screen color's saturation progress bar maximum value-->
66     <integer name="maximum_saturation_value" translatable="false">360</integer>
67
68     <!-- This is used to define screen color's saturation progress bar default value-->
69     <integer name="default_saturation_value" translatable="false">180</integer>
70
71     <!-- This is used to define screen color's intensity progress bar minimum value-->
72     <integer name="minimum_intensity_value" translatable="false">0</integer>
73
74     <!-- This is used to define screen color's intensity progress bar maximum value-->
75     <integer name="maximum_intensity_value" translatable="false">400</integer>
76
77     <!-- This is used to define screen color's intensity progress bar default value-->
78     <integer name="default_intensity_value" translatable="false">200</integer>
79
80     <!-- This is used to define screen color's contrast progress bar minimum value-->
81     <integer name="minimum_contrast_value" translatable="false">0</integer>
82
83     <!-- This is used to define screen color's contrast progress bar default value-->
84     <integer name="default_contrast_value" translatable="false">180</integer>
85
86     <!-- This is used to define screen color's contrast progress bar maximum value-->
87     <integer name="maximum_contrast_value" translatable="false">360</integer>
88
89     <!-- Metrics server endpoints -->
90     <string name="stats_cm_url">https://stats.cyanogenmod.org/submit</string>
91     <string name="stats_cyanogen_url">https://shopvac.cyngn.com/community/heartbeat</string>
92     <string name="stats_cyanogen_token_url">https://account.cyngn.com/api/v1/community/heartbeat_token</string>
93
94     <!-- Display ro.product.name above Device model -->
95     <bool name="config_displayDeviceName">false</bool>
96
97     <!-- SAR Level for a device -->
98     <!-- Must be overlaid by device -->
99     <bool name="config_show_sar_enable" translatable="false">false</bool>
100     <!-- Maximum Specific Absorption Rate for head -->
101     <string name="sar_head_level" translatable="false"></string>
102     <!-- Maximum Specific Absorption Rate for body -->
103     <string name="sar_body_level" translatable="false"></string>
104
105     <!-- IC Code for a device -->
106     <!-- Must be overlaid by device -->
107     <bool name="config_show_ic_enable" translatable="false">false</bool>
108     <!-- IC Code -->
109     <string name="ic_code" translatable="false"></string>
110     <string name="ic_model" translatable="false"></string>
111
112     <bool name="config_hide_wifi_region_code">false</bool>
113
114     <!-- Whether to disable allcaps default state of tabtext within datausage -->
115     <bool name="config_gcf_disable_default_tabtext_allcaps">false</bool>
116
117     <!-- When true enable color temperature setting. -->
118     <bool name="config_enableColorTemperature">false</bool>
119
120     <!-- When true Live lock screen settings will be positioned at the top -->
121     <bool name="config_showLiveLockScreenSettingsFirst">false</bool>
122
123     <!-- When true, weather options will be displayed in settings dashboard -->
124     <bool name="config_showWeatherMenu">true</bool>
125
126     <!-- When true, "show built-in" option in Privacy Guard will be available -->
127     <bool name="config_showBuiltInAppsForPG">true</bool>
128
129     <!-- Defines the location of the fingerprint sensor on the device
130          0 = back
131          1 = front
132          2 = left side
133          3 = right side
134     -->
135     <integer name="config_fingerprintSensorLocation">0</integer>
136
137     <!-- Does the device allow for manual subscription provisioning? Only works for multi-sim devices,
138          and currently depends on QC's proprietary telephony stack -->
139     <bool name="config_enableManualSubProvisioning">true</bool>
140 </resources>