summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
blob: 35622cfcefbca3d5e0ef74510652c82b5bbcf964 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2007 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">

    <!-- If false, MIN is displayed. If true, MSID is displayed. -->
    <bool name="config_msid_enable" translatable="false">false</bool>

    <string name="additional_system_update" translatable="false"></string>
    <string name="additional_system_update_menu" translatable="false"></string>

    <!-- TODO: This is purely enforced by the interface, and does not affect what
         strings may be inserted into the actual content provider.
         With the addition of shortcuts, it seems more likely that users will
         find this limiting; it would be good to have the interface work with
         very long strings too. -->
    <integer name="maximum_user_dictionary_word_length" translatable="false">48</integer>

    <!-- Dashboard number of columns -->
    <integer name="dashboard_num_columns">1</integer>

    <!-- Carrier_enabled editable -->
    <bool name="config_allow_edit_carrier_enabled" translatable="false">false</bool>

    <!-- The duration (in milliseconds) of activity transitions -->
    <integer name="setup_wizard_transition_duration">300</integer>

    <!-- Config to show/hide Wifi calling mode Preference UI option -->
    <bool name="config_wfc_mode_supported" translatable="false">true</bool>

    <!-- Config to enable/disable ppp number in APN editor -->
    <bool name="config_ppp_enabled">false</bool>

    <!-- Config to set default APN type when adding a new APN -->
    <string name="config_default_new_apn_type" translateable="false"></string>

    <!-- Config to enable duplicate APN checking. When true, disallows adding new duplicate APNs -->
    <bool name="config_enable_duplicate_apn_checking">false</bool>

    <!-- This used to define screen color's Hue progress bar minimum value -->
    <integer name="minimum_hue_value" translatable="false">0</integer>

    <!-- This is used to define screen color's Hue progress bar maximum value-->
    <integer name="maximum_hue_value" translatable="false">360</integer>

    <!-- This is used to define screen color's Hue progress bar default value-->
    <integer name="default_hue_value" translatable="false">180</integer>

    <!-- This is used to define screen color's saturation progress bar minimum value-->
    <integer name="minimum_saturation_value" translatable="false">0</integer>

    <!-- This is used to define screen color's saturation progress bar maximum value-->
    <integer name="maximum_saturation_value" translatable="false">360</integer>

    <!-- This is used to define screen color's saturation progress bar default value-->
    <integer name="default_saturation_value" translatable="false">180</integer>

    <!-- This is used to define screen color's intensity progress bar minimum value-->
    <integer name="minimum_intensity_value" translatable="false">0</integer>

    <!-- This is used to define screen color's intensity progress bar maximum value-->
    <integer name="maximum_intensity_value" translatable="false">400</integer>

    <!-- This is used to define screen color's intensity progress bar default value-->
    <integer name="default_intensity_value" translatable="false">200</integer>

    <!-- This is used to define screen color's contrast progress bar minimum value-->
    <integer name="minimum_contrast_value" translatable="false">0</integer>

    <!-- This is used to define screen color's contrast progress bar default value-->
    <integer name="default_contrast_value" translatable="false">180</integer>

    <!-- This is used to define screen color's contrast progress bar maximum value-->
    <integer name="maximum_contrast_value" translatable="false">360</integer>

    <!-- Display ro.product.name above Device model -->
    <bool name="config_displayDeviceName">false</bool>

    <!-- SAR Level for a device -->
    <!-- Must be overlaid by device -->
    <bool name="config_show_sar_enable" translatable="false">false</bool>
    <!-- Maximum Specific Absorption Rate for head -->
    <string name="sar_head_level" translatable="false"></string>
    <!-- Maximum Specific Absorption Rate for body -->
    <string name="sar_body_level" translatable="false"></string>

    <!-- IC Code for a device -->
    <!-- Must be overlaid by device -->
    <bool name="config_show_ic_enable" translatable="false">false</bool>
    <!-- IC Code -->
    <string name="ic_code" translatable="false"></string>
    <string name="ic_model" translatable="false"></string>

    <bool name="config_hide_wifi_region_code">false</bool>

    <!-- Whether to disable allcaps default state of tabtext within datausage -->
    <bool name="config_gcf_disable_default_tabtext_allcaps">false</bool>

    <!-- When true enable color temperature setting. -->
    <bool name="config_enableColorTemperature">false</bool>

</resources>