huangcm
2025-04-10 8644e82af5b4eb3e67a2ea2bb22ff60db6f7c2ce
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2012, 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.
*/
-->
 
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Whether a software navigation bar should be shown. NOTE: in the future this may be
         autodetected from the Configuration. -->
    <bool name="config_enableWallpaperService">true</bool>
 
    <bool name="config_showNavigationBar">true</bool>
 
    <integer name="config_safe_media_volume_index">15</integer>
 
    <bool name="config_safe_media_volume_enabled">false</bool>
 
    <!--  Maximum number of supported users -->
    <integer name="config_multiuserMaximumUsers">8</integer>
    <!-- Whether UI for multi user should be shown -->
    <bool name="config_enableMultiUserUI">true</bool>
 
    <!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
    <bool name="config_unplugTurnsOnScreen">true</bool>
 
    <!-- Minimum screen brightness setting allowed by the power manager.
         The user is forbidden from setting the brightness below this level. -->
    <integer name="config_screenBrightnessSettingMinimum">8</integer>
 
    <!-- Maximum screen brightness allowed by the power manager.
         The user is forbidden from setting the brightness above this level. -->
    <!-- <integer name="config_screenBrightnessSettingMaximum">200</integer> -->
 
    <!-- Screen brightness used to dim the screen when the user activity
         timeout expires.  May be less than the minimum allowed brightness setting
         that can be set by the user. -->
    <integer name="config_screenBrightnessDim">8</integer>
 
    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         USB interfaces.  If the device doesn't want to support tething over USB this should
         be empty.  An example would be "usb.*" -->
    <string-array translatable="false" name="config_tether_usb_regexs">
        <item>"usb\\d"</item>
        <item>"rndis\\d"</item>
    </string-array>
 
    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         Wifi interfaces.  If the device doesn't want to support tethering over Wifi this
         should be empty.  An example would be "softap.*" -->
    <string-array translatable="false" name="config_tether_wifi_regexs">
        <item>"wlan0"</item>
    </string-array>
 
    <!-- List of regexpressions describing the interface (if any) that represent tetherable
         bluetooth interfaces.  If the device doesn't want to support tethering over bluetooth this
         should be empty. -->
    <!--  default: disable Bluetooth PAN feature -->
    <string-array translatable="false" name="config_tether_bluetooth_regexs">
        <item>"bt-pan"</item>
    </string-array>
 
    <!-- XXXXX NOTE THE FOLLOWING RESOURCES USE THE WRONG NAMING CONVENTION.
         Please don't copy them, copy anything else. -->
 
    <!-- Remote server that can provide NTP responses. -->
    <string translatable="false" name="config_ntpServer">2.android.pool.ntp.org</string>
 
    <!-- This string array should be overridden by the device to present a list of network
         attributes.  This is used by the connectivity manager to decide which networks can coexist
         based on the hardware -->
    <!-- An Array of "[Connection name],[ConnectivityManager.TYPE_xxxx],
         [associated radio-type],[priority],[restoral-timer(ms)],[dependencyMet]  -->
    <!-- the 5th element "resore-time" indicates the number of milliseconds to delay
         before automatically restore the default connection.  Set -1 if the connection
         does not require auto-restore. -->
    <!-- the 6th element indicates boot-time dependency-met value. -->
    <string-array translatable="false" name="networkAttributes">
        <item>"wifi,1,1,1,-1,true"</item>
        <item>"mobile,0,0,0,-1,true"</item>
        <item>"wifi_p2p,13,1,0,-1,true"</item>
        <item>"bluetooth,7,7,1,60000,true"</item>
        <item>"ethernet,9,9,2,-1,true"</item>
    </string-array>
 
 
    <!-- Array of ConnectivityManager.TYPE_xxxx values allowable for tethering -->
    <!-- Common options are [1, 4] for TYPE_WIFI and TYPE_MOBILE_DUN or
    <!== [0,1,5,7] for TYPE_MOBILE, TYPE_WIFI, TYPE_MOBILE_HIPRI and TYPE_BLUETOOTH -->
    <integer-array translatable="false" name="config_tether_upstream_types">
        <item>0</item>
        <item>1</item>
        <item>5</item>
        <item>7</item>
        <item>9</item>
    </integer-array>
 
    <!-- An Array of "[ConnectivityManager connectionType],
         [# simultaneous connection types]"  -->
    <string-array translatable="false" name="radioAttributes">
        <item>"1,1"</item>
        <item>"0,1"</item>
        <item>"7,1"</item>
        <item>"9,1"</item>
    </string-array>
 
   <!-- Flag indicating whether the current device is "voice capable".
         If true, this means that the device supports circuit-switched
         (i.e. voice) phone calls over the telephony network, and is
         allowed to display the in-call UI while a cellular voice call is
         active.  This can be overridden to false for "data only" devices
         which can't make voice calls and don't support any in-call UI.
 
         Note: this flag is subtly different from the
         PackageManager.FEATURE_TELEPHONY system feature, which is
         available on *any* device with a telephony radio, even if the
         device is data-only. -->
    <bool name="config_voice_capable">false</bool>
 
    <!-- Flag indicating whether the current device allows sms service.
         If true, this means that the device supports both sending and
         receiving sms via the telephony network.
         This can be overridden to false for "data only" devices
         which can't send and receive sms message.
 
         Note: Disable SMS also disable voicemail waiting sms,
               cell broadcasting sms, and MMS. -->
    <bool name="config_sms_capable">false</bool>
 
    <bool name="config_useDevInputEventForAudioJack">true</bool>
 
    <!-- Indicates that connected MAC randomization is supported on this device -->
    <bool translatable="false" name="config_wifi_connected_mac_randomization_supported">true</bool>
 
    <!-- Boolean indicating whether the wifi chipset has dual frequency band support -->
    <bool translatable="false" name="config_wifi_dual_band_support">false</bool>
 
    <!-- Boolean indicating whether the wifi chipset has background scan support -->
    <bool translatable="false" name="config_wifi_background_scan_support">false</bool>
 
    <!-- Set to true if the wifi display supports compositing content stored
         in gralloc protected buffers.  For this to be true, there must exist
         a protected hardware path for surface flinger to composite and send
         protected buffers to the wifi display video encoder.
 
         If this flag is false, we advise applications not to use protected
         buffers (if possible) when presenting content to a wifi display because
         the content may be blanked.
 
         This flag controls whether the {@link Display#FLAG_SUPPORTS_PROTECTED_BUFFERS}
         flag is set for wifi displays.
    -->
    <bool name="config_wifiDisplaySupportsProtectedBuffers">false</bool>
 
    <!-- Whether WiFi display is supported by this device.
         There are many prerequisites for this feature to work correctly.
         Here are a few of them:
         * The WiFi radio must support WiFi P2P.
         * The WiFi radio must support concurrent connections to the WiFi display and
           to an access point.
         * The Audio Flinger audio_policy.conf file must specify a rule for the "r_submix"
           remote submix module.  This module is used to record and stream system
           audio output to the WiFi display encoder in the media server.
         * The remote submix module "audio.r_submix.default" must be installed on the device.
         * The device must be provisioned with HDCP keys (for protected content).
    -->
    <bool name="config_enableWifiDisplay">true</bool>
 
    <!-- Device configuration setting the minfree tunable in the lowmemorykiller in the kernel.
         A high value will cause the lowmemorykiller to fire earlier, keeping more memory
         in the file cache and preventing I/O thrashing, but allowing fewer processes to
         stay in memory.  A low value will keep more processes in memory but may cause
         thrashing if set too low.  Overrides the default value chosen by ActivityManager
         based on screen size and total memory for the largest lowmemorykiller bucket, and
         scaled proportionally to the smaller buckets.  -1 keeps the default. -->
    <integer name="config_lowMemoryKillerMinFreeKbytesAbsolute">-1</integer>
 
    <!-- Device configuration adjusting the minfree tunable in the lowmemorykiller in the
         kernel.  A high value will cause the lowmemorykiller to fire earlier, keeping more
         memory in the file cache and preventing I/O thrashing, but allowing fewer processes
         to stay in memory.  A low value will keep more processes in memory but may cause
         thrashing if set too low.  Directly added to the default value chosen by
         ActivityManager based on screen size and total memory for the largest lowmemorykiller
         bucket, and scaled proportionally to the smaller buckets. 0 keeps the default. -->
    <integer name="config_lowMemoryKillerMinFreeKbytesAdjust">0</integer>
 
    <!-- Device configuration setting the /proc/sys/vm/extra_free_kbytes tunable in the kernel
         (if it exists).  A high value will increase the amount of memory that the kernel
         tries to keep free, reducing allocation time and causing the lowmemorykiller to kill
         earlier.  A low value allows more memory to be used by processes but may cause more
         allocations to block waiting on disk I/O or lowmemorykiller.  Overrides the default
         value chosen by ActivityManager based on screen size.  0 prevents keeping any extra
         memory over what the kernel keeps by default.  -1 keeps the default. -->
    <integer name="config_extraFreeKbytesAbsolute">-1</integer>
 
    <!-- Device configuration adjusting the /proc/sys/vm/extra_free_kbytes tunable in the kernel
         (if it exists).  0 uses the default value chosen by ActivityManager.  A positive value
         will increase the amount of memory that the kernel tries to keep free, reducing
         allocation time and causing the lowmemorykiller to kill earlier.  A negative value
         allows more memory to be used by processes but may cause more allocations to block
         waiting on disk I/O or lowmemorykiller.  Directly added to the default value chosen by
         ActivityManager based on screen size. -->
    <integer name="config_extraFreeKbytesAdjust">0</integer>
 
    <!-- If true, the screen can be rotated via the accelerometer in all 4
    rotations as the default behavior. -->
    <bool name="config_allowAllRotations">true</bool>
 
    <!-- Switch for lockscreen rotation by -->
    <bool name="config_enableLockScreenRotation">true</bool>
 
    <!-- Boolean indicating if current platform supports BLE peripheral mode -->
    <bool name="config_bluetooth_le_peripheral_mode_supported">true</bool>
 
    <!-- ComponentName of the default dream (Settings.Secure.DEFAULT_SCREENSAVER_COMPONENT) -->
    <string name="config_dreamsDefaultComponent" translatable="false">com.android.deskclock/com.android.deskclock.Screensaver</string>
 
    <!-- enable night light mode -->
    <bool name="config_setColorTransformAccelerated">true</bool>
 
    <!-- Whether or not swipe up gesture is enabled by default -->
    <bool name="config_swipe_up_gesture_default">false</bool>
 
    <!-- Whether or not swipe up gesture's opt-in setting is available on this device -->
    <bool name="config_swipe_up_gesture_setting_available">true</bool>
 
    <!-- Whether to enable boot opt  -->
    <java-symbol type="bool" name="config_prefinish_bootanimation" />
    <bool name="config_prefinish_bootanimation" translatable="false">true</bool>
 
    <!-- Component name for default assistant on this device -->
    <string name="config_defaultAssistantComponentName">com.google.android.googlequicksearchbox/com.google.android.voiceinteraction.GsaVoiceInteractionService</string>
 
    <bool name="config_automatic_brightness_available">true</bool>
    <integer-array name="config_screenBrightnessBacklight">
        <item>8</item>
        <item>9</item>
        <item>10</item>
        <item>11</item>
        <item>12</item>
        <item>13</item>
        <item>14</item>
        <item>15</item>
        <item>16</item>
        <item>17</item>
        <item>18</item>
        <item>19</item>
        <item>20</item>
        <item>21</item>
        <item>22</item>
        <item>23</item>
        <item>24</item>
        <item>25</item>
        <item>26</item>
        <item>27</item>
        <item>28</item>
        <item>29</item>
        <item>30</item>
        <item>31</item>
        <item>32</item>
        <item>33</item>
        <item>34</item>
        <item>35</item>
        <item>36</item>
        <item>37</item>
        <item>38</item>
        <item>39</item>
        <item>40</item>
        <item>41</item>
        <item>42</item>
        <item>43</item>
        <item>44</item>
        <item>45</item>
        <item>46</item>
        <item>47</item>
        <item>48</item>
        <item>49</item>
        <item>50</item>
        <item>51</item>
        <item>52</item>
        <item>53</item>
        <item>54</item>
        <item>55</item>
        <item>56</item>
        <item>57</item>
        <item>58</item>
        <item>59</item>
        <item>60</item>
        <item>61</item>
        <item>62</item>
        <item>63</item>
        <item>64</item>
        <item>65</item>
        <item>66</item>
        <item>67</item>
        <item>68</item>
        <item>69</item>
        <item>70</item>
        <item>71</item>
        <item>72</item>
        <item>73</item>
        <item>74</item>
        <item>75</item>
        <item>76</item>
        <item>77</item>
        <item>78</item>
        <item>79</item>
        <item>80</item>
        <item>81</item>
        <item>82</item>
        <item>83</item>
        <item>84</item>
        <item>85</item>
        <item>86</item>
        <item>87</item>
        <item>88</item>
        <item>89</item>
        <item>90</item>
        <item>91</item>
        <item>92</item>
        <item>93</item>
        <item>94</item>
        <item>95</item>
        <item>96</item>
        <item>97</item>
        <item>98</item>
        <item>99</item>
        <item>100</item>
        <item>101</item>
        <item>102</item>
        <item>103</item>
        <item>104</item>
        <item>105</item>
        <item>106</item>
        <item>107</item>
        <item>108</item>
        <item>109</item>
        <item>110</item>
        <item>111</item>
        <item>112</item>
        <item>113</item>
        <item>114</item>
        <item>115</item>
        <item>116</item>
        <item>117</item>
        <item>118</item>
        <item>119</item>
        <item>120</item>
        <item>121</item>
        <item>122</item>
        <item>123</item>
        <item>124</item>
        <item>125</item>
        <item>126</item>
        <item>127</item>
        <item>128</item>
        <item>129</item>
        <item>130</item>
        <item>131</item>
        <item>132</item>
        <item>133</item>
        <item>134</item>
        <item>135</item>
        <item>136</item>
        <item>137</item>
        <item>138</item>
        <item>139</item>
        <item>140</item>
        <item>141</item>
        <item>142</item>
        <item>143</item>
        <item>144</item>
        <item>145</item>
        <item>146</item>
        <item>147</item>
        <item>148</item>
        <item>149</item>
        <item>150</item>
        <item>151</item>
        <item>152</item>
        <item>153</item>
        <item>154</item>
        <item>155</item>
        <item>156</item>
        <item>157</item>
        <item>158</item>
        <item>159</item>
        <item>160</item>
        <item>161</item>
        <item>162</item>
        <item>163</item>
        <item>164</item>
        <item>165</item>
        <item>166</item>
        <item>167</item>
        <item>168</item>
        <item>169</item>
        <item>170</item>
        <item>171</item>
        <item>172</item>
        <item>173</item>
        <item>174</item>
        <item>175</item>
        <item>176</item>
        <item>177</item>
        <item>178</item>
        <item>179</item>
        <item>180</item>
        <item>181</item>
        <item>182</item>
        <item>183</item>
        <item>184</item>
        <item>185</item>
        <item>186</item>
        <item>187</item>
        <item>188</item>
        <item>189</item>
        <item>190</item>
        <item>191</item>
        <item>192</item>
        <item>193</item>
        <item>194</item>
        <item>195</item>
        <item>196</item>
        <item>197</item>
        <item>198</item>
        <item>199</item>
        <item>200</item>
        <item>201</item>
        <item>202</item>
        <item>203</item>
        <item>204</item>
        <item>205</item>
        <item>206</item>
        <item>207</item>
        <item>208</item>
        <item>209</item>
        <item>210</item>
        <item>211</item>
        <item>212</item>
        <item>213</item>
        <item>214</item>
        <item>215</item>
        <item>216</item>
        <item>217</item>
        <item>218</item>
        <item>219</item>
        <item>220</item>
        <item>221</item>
        <item>222</item>
        <item>223</item>
        <item>224</item>
        <item>225</item>
        <item>226</item>
        <item>227</item>
        <item>228</item>
        <item>229</item>
        <item>230</item>
        <item>231</item>
        <item>232</item>
        <item>233</item>
        <item>234</item>
        <item>235</item>
        <item>236</item>
        <item>237</item>
        <item>238</item>
        <item>239</item>
        <item>240</item>
        <item>241</item>
        <item>242</item>
        <item>243</item>
        <item>244</item>
        <item>245</item>
        <item>246</item>
        <item>247</item>
        <item>248</item>
        <item>249</item>
        <item>250</item>
        <item>251</item>
        <item>252</item>
        <item>253</item>
        <item>254</item>
        <item>255</item>
    </integer-array>
 
    <array name="config_screenBrightnessNits">
        <item>6.66</item>
        <item>7.63</item>
        <item>8.55</item>
        <item>9.59</item>
        <item>10.48</item>
        <item>11.7</item>
        <item>13.11</item>
        <item>14.5</item>
        <item>15.93</item>
        <item>17.23</item>
        <item>18.35</item>
        <item>19.97</item>
        <item>21.87</item>
        <item>23.28</item>
        <item>24.72</item>
        <item>26.51</item>
        <item>28.29</item>
        <item>30.08</item>
        <item>31.87</item>
        <item>33.65</item>
        <item>35.44</item>
        <item>37.23</item>
        <item>39.01</item>
        <item>40.8</item>
        <item>42.59</item>
        <item>44.35</item>
        <item>45.92</item>
        <item>47.49</item>
        <item>49.06</item>
        <item>50.63</item>
        <item>52.2</item>
        <item>53.77</item>
        <item>55.34</item>
        <item>56.91</item>
        <item>58.48</item>
        <item>60.05</item>
        <item>61.62</item>
        <item>63.19</item>
        <item>64.76</item>
        <item>66.33</item>
        <item>67.9</item>
        <item>69.47</item>
        <item>71.04</item>
        <item>72.57</item>
        <item>74.1</item>
        <item>75.62</item>
        <item>77.15</item>
        <item>78.68</item>
        <item>80.2</item>
        <item>81.73</item>
        <item>83.26</item>
        <item>84.78</item>
        <item>86.31</item>
        <item>87.84</item>
        <item>89.36</item>
        <item>90.89</item>
        <item>92.41</item>
        <item>93.94</item>
        <item>95.47</item>
        <item>96.99</item>
        <item>98.76</item>
        <item>100.55</item>
        <item>102.33</item>
        <item>104.12</item>
        <item>105.9</item>
        <item>107.69</item>
        <item>109.47</item>
        <item>111.26</item>
        <item>113.05</item>
        <item>114.83</item>
        <item>116.62</item>
        <item>118.4</item>
        <item>120.19</item>
        <item>121.97</item>
        <item>123.76</item>
        <item>125.54</item>
        <item>127.33</item>
        <item>129.23</item>
        <item>131.23</item>
        <item>133.22</item>
        <item>135.22</item>
        <item>137.22</item>
        <item>139.21</item>
        <item>141.21</item>
        <item>143.2</item>
        <item>145.2</item>
        <item>147.2</item>
        <item>149.19</item>
        <item>151.19</item>
        <item>153.18</item>
        <item>155.18</item>
        <item>157.17</item>
        <item>159.17</item>
        <item>161.17</item>
        <item>163.22</item>
        <item>165.33</item>
        <item>167.44</item>
        <item>169.56</item>
        <item>171.67</item>
        <item>173.78</item>
        <item>175.9</item>
        <item>178.01</item>
        <item>180.12</item>
        <item>182.24</item>
        <item>184.35</item>
        <item>186.46</item>
        <item>188.57</item>
        <item>190.69</item>
        <item>192.8</item>
        <item>194.91</item>
        <item>197.03</item>
        <item>198.81</item>
        <item>200.09</item>
        <item>201.37</item>
        <item>202.65</item>
        <item>203.94</item>
        <item>205.22</item>
        <item>206.5</item>
        <item>207.78</item>
        <item>209.06</item>
        <item>210.34</item>
        <item>211.63</item>
        <item>212.91</item>
        <item>214.19</item>
        <item>215.47</item>
        <item>216.75</item>
        <item>218.04</item>
        <item>219.32</item>
        <item>220.62</item>
        <item>221.98</item>
        <item>223.34</item>
        <item>224.7</item>
        <item>226.06</item>
        <item>227.42</item>
        <item>228.78</item>
        <item>230.13</item>
        <item>231.49</item>
        <item>232.85</item>
        <item>234.21</item>
        <item>235.57</item>
        <item>236.93</item>
        <item>238.29</item>
        <item>239.64</item>
        <item>241.0</item>
        <item>242.36</item>
        <item>243.72</item>
        <item>245.25</item>
        <item>246.79</item>
        <item>248.33</item>
        <item>249.87</item>
        <item>251.41</item>
        <item>252.95</item>
        <item>254.49</item>
        <item>256.03</item>
        <item>257.56</item>
        <item>259.1</item>
        <item>260.64</item>
        <item>262.18</item>
        <item>263.72</item>
        <item>265.26</item>
        <item>266.8</item>
        <item>268.34</item>
        <item>269.88</item>
        <item>271.46</item>
        <item>273.06</item>
        <item>274.65</item>
        <item>276.24</item>
        <item>277.83</item>
        <item>279.42</item>
        <item>281.02</item>
        <item>282.61</item>
        <item>284.2</item>
        <item>285.79</item>
        <item>287.38</item>
        <item>288.98</item>
        <item>290.57</item>
        <item>292.16</item>
        <item>293.75</item>
        <item>295.34</item>
        <item>296.94</item>
        <item>298.45</item>
        <item>299.94</item>
        <item>301.44</item>
        <item>302.93</item>
        <item>304.42</item>
        <item>305.91</item>
        <item>307.41</item>
        <item>308.9</item>
        <item>310.39</item>
        <item>311.88</item>
        <item>313.38</item>
        <item>314.87</item>
        <item>316.36</item>
        <item>317.85</item>
        <item>319.35</item>
        <item>320.84</item>
        <item>322.33</item>
        <item>323.9</item>
        <item>325.5</item>
        <item>327.1</item>
        <item>328.7</item>
        <item>330.3</item>
        <item>331.9</item>
        <item>333.5</item>
        <item>335.1</item>
        <item>336.7</item>
        <item>338.3</item>
        <item>339.9</item>
        <item>341.5</item>
        <item>343.1</item>
        <item>344.7</item>
        <item>346.3</item>
        <item>347.91</item>
        <item>349.51</item>
        <item>351.09</item>
        <item>352.65</item>
        <item>354.21</item>
        <item>355.76</item>
        <item>357.32</item>
        <item>358.88</item>
        <item>360.43</item>
        <item>361.99</item>
        <item>363.55</item>
        <item>365.1</item>
        <item>366.66</item>
        <item>368.22</item>
        <item>369.78</item>
        <item>371.33</item>
        <item>372.89</item>
        <item>374.45</item>
        <item>376.0</item>
        <item>377.52</item>
        <item>378.91</item>
        <item>380.31</item>
        <item>381.7</item>
        <item>383.09</item>
        <item>384.49</item>
        <item>385.88</item>
        <item>387.27</item>
        <item>388.67</item>
        <item>390.06</item>
        <item>391.45</item>
        <item>392.84</item>
        <item>394.24</item>
        <item>395.63</item>
        <item>397.02</item>
        <item>398.42</item>
        <item>399.81</item>
    </array>
    <integer-array name="config_autoBrightnessLevels">
        <item>20</item>
        <item>40</item>
        <item>60</item>
        <item>80</item>
        <item>100</item>
        <item>120</item>
    </integer-array>
    <array name="config_autoBrightnessDisplayValuesNits">
        <item>11</item>
        <item>19</item>
        <item>31</item>
        <item>70</item>
        <item>100</item>
        <item>156</item>
        <item>255</item>
    </array>
 
    <bool name="config_shutdownForceScreenOff">true</bool>
</resources>