<?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>
|