OSDN Git Service

Revert "Settings: Add screen color settings"
[android-x86/packages-apps-Settings.git] / res / values / cm_arrays.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3      Copyright (C) 2012-2015 The CyanogenMod Project
4
5      Licensed under the Apache License, Version 2.0 (the "License");
6      you may not use this file except in compliance with the License.
7      You may obtain a copy of the License at
8
9           http://www.apache.org/licenses/LICENSE-2.0
10
11      Unless required by applicable law or agreed to in writing, software
12      distributed under the License is distributed on an "AS IS" BASIS,
13      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14      See the License for the specific language governing permissions and
15      limitations under the License.
16 -->
17 <resources>
18     <!-- Arrays for root access capability -->
19     <string-array name="root_access_entries" translatable="false">
20         <item>@string/root_access_none</item>
21         <item>@string/root_access_apps</item>
22         <item>@string/root_access_adb</item>
23         <item>@string/root_access_all</item>
24     </string-array>
25
26     <string-array name="root_access_values" translatable="false">
27         <item>0</item>
28         <item>1</item>
29         <item>2</item>
30         <item>3</item>
31     </string-array>
32
33     <string-array name="root_access_entries_adb" translatable="false">
34         <item>@string/root_access_none</item>
35         <item>@string/root_access_adb</item>
36     </string-array>
37
38     <string-array name="root_access_values_adb" translatable="false">
39         <item>0</item>
40         <item>2</item>
41     </string-array>
42
43     <!-- Profile lock mode summaries. Do not translate. -->
44     <string-array name="profile_lockmode_entries" translatable="false">
45         <item>@string/profile_action_system</item>
46         <item>@string/profile_lockmode_insecure_summary</item>
47         <item>@string/profile_lockmode_disabled_summary</item>
48     </string-array>
49
50     <!-- Ring mode options. -->
51     <string-array name="ring_mode_entries" translatable="false">
52         <item>@string/ring_mode_normal</item>
53         <item>@string/ring_mode_vibrate</item>
54         <item>@string/ring_mode_mute</item>
55         <item>@string/profile_action_none</item>
56     </string-array>
57
58     <!-- Values for Ring mode. Do not translate. -->
59     <string-array name="ring_mode_values" translatable="false">
60         <item>normal</item>
61         <item>vibrate</item>
62         <item>mute</item>
63         <item></item>
64     </string-array>
65
66     <!--  Values for profile Wi-Fi triggers -->
67     <string-array name="profile_trigger_wifi_options" translatable="false">
68         <item>@string/profile_trigger_connect</item>
69         <item>@string/profile_trigger_disconnect</item>
70         <item>@string/profile_trigger_a2dp_connect</item>
71         <item>@string/profile_trigger_a2dp_disconnect</item>
72         <item>@string/profile_trigger_notrigger</item>
73     </string-array>
74
75     <!--  Values for profile Wi-Fi triggers.  Do not translate. -->
76     <string-array name="profile_trigger_wifi_options_values" translatable="false">
77         <item>0</item>
78         <item>1</item>
79         <item>3</item>
80         <item>4</item>
81         <item>2</item>
82     </string-array>
83
84     <!-- Volume key cursor control -->
85     <string-array name="volbtn_cursor_control_entries" translatable="false">
86         <item>@string/volbtn_cursor_control_off</item>
87         <item>@string/volbtn_cursor_control_on</item>
88         <item>@string/volbtn_cursor_control_on_reverse</item>
89     </string-array>
90
91     <string-array name="volbtn_cursor_control_values" translatable="false">
92         <item>0</item>
93         <item>1</item>
94         <item>2</item>
95     </string-array>
96
97     <string-array name="profile_action_generic_connection_entries" translatable="false">
98         <item>@string/profile_action_none</item>
99         <item>@string/profile_action_disable</item>
100         <item>@string/profile_action_enable</item>
101     </string-array>
102
103     <string-array name="profile_doze_entries" translatable="false">
104         <item>@string/profile_action_none</item>
105         <item>@string/profile_action_enable</item>
106         <item>@string/profile_action_disable</item>
107     </string-array>
108
109     <string-array name="profile_notification_light_entries" translatable="false">
110         <item>@string/profile_action_none</item>
111         <item>@string/profile_action_enable</item>
112         <item>@string/profile_action_disable</item>
113     </string-array>
114
115     <!-- Profile mode options. -->
116     <string-array name="profile_entries" translatable="false">
117         <item>@string/profile_entries_on</item>
118         <item>@string/profile_entries_off</item>
119         <item>@string/profile_entries_no_override</item>
120     </string-array>
121
122     <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. -->
123     <string-array name="profile_values" translatable="false">
124         <item>OVERRIDE</item>
125         <item>SUPPRESS</item>
126         <item>DEFAULT</item>
127     </string-array>
128
129     <!-- Values for the notification light pulse spinners -->
130     <string-array name="notification_pulse_length_entries" translatable="false">
131         <item>@string/pulse_length_always_on</item>
132         <item>@string/pulse_length_very_short</item>
133         <item>@string/pulse_length_short</item>
134         <item>@string/pulse_length_normal</item>
135         <item>@string/pulse_length_long</item>
136         <item>@string/pulse_length_very_long</item>
137     </string-array>
138
139     <string-array name="notification_pulse_length_values" translatable="false">
140         <item>1</item>
141         <item>250</item>
142         <item>500</item>
143         <item>1000</item>
144         <item>2000</item>
145         <item>5000</item>
146     </string-array>
147
148     <string-array name="notification_pulse_speed_entries" translatable="false">
149         <item>@string/pulse_speed_very_fast</item>
150         <item>@string/pulse_speed_fast</item>
151         <item>@string/pulse_speed_normal</item>
152         <item>@string/pulse_speed_slow</item>
153         <item>@string/pulse_speed_very_slow</item>
154     </string-array>
155
156     <string-array name="notification_pulse_speed_values" translatable="false">
157         <item>250</item>
158         <item>500</item>
159         <item>1000</item>
160         <item>2000</item>
161         <item>5000</item>
162     </string-array>
163
164     <!-- Hardware key rebinding -->
165     <string-array name="hardware_keys_action_entries" translatable="false">
166         <item>@string/hardware_keys_action_nothing</item>
167         <item>@string/hardware_keys_action_menu</item>
168         <item>@string/hardware_keys_action_app_switch</item>
169         <item>@string/hardware_keys_action_search</item>
170         <item>@string/hardware_keys_action_voice_search</item>
171         <item>@string/hardware_keys_action_in_app_search</item>
172         <item>@string/hardware_keys_action_launch_camera</item>
173         <item>@string/hardware_keys_action_sleep</item>
174         <item>@string/hardware_keys_action_last_app</item>
175     </string-array>
176
177     <!-- Names of categories of app ops tabs - extension of AOSP -->
178     <string-array name="app_ops_categories_cm" translatable="false">
179         <item>@string/app_ops_categories_location</item>
180         <item>@string/app_ops_categories_personal</item>
181         <item>@string/app_ops_categories_messaging</item>
182         <item>@string/app_ops_categories_media</item>
183         <item>@string/app_ops_categories_device</item>
184         <item>@string/app_ops_categories_bootup</item>
185         <item>@string/app_ops_categories_su</item>
186     </string-array>
187
188     <!-- User display names for app ops codes - extension of AOSP -->
189     <string-array name="app_ops_summaries_cm" translatable="false">
190         <item>@string/app_ops_summaries_coarse_location</item>
191         <item>@string/app_ops_summaries_fine_location</item>
192         <item>@string/app_ops_summaries_gps</item>
193         <item>@string/app_ops_summaries_vibrate</item>
194         <item>@string/app_ops_summaries_read_contacts</item>
195         <item>@string/app_ops_summaries_modify_contacts</item>
196         <item>@string/app_ops_summaries_read_call_log</item>
197         <item>@string/app_ops_summaries_modify_call_log</item>
198         <item>@string/app_ops_summaries_read_calendar</item>
199         <item>@string/app_ops_summaries_modify_calendar</item>
200         <item>@string/app_ops_summaries_wifi_scan</item>
201         <item>@string/app_ops_summaries_notification</item>
202         <item>@string/app_ops_summaries_cell_scan</item>
203         <item>@string/app_ops_summaries_call_phone</item>
204         <item>@string/app_ops_summaries_read_sms</item>
205         <item>@string/app_ops_summaries_write_sms</item>
206         <item>@string/app_ops_summaries_receive_sms</item>
207         <item>@string/app_ops_summaries_receive_emergency_sms</item>
208         <item>@string/app_ops_summaries_receive_mms</item>
209         <item>@string/app_ops_summaries_receive_wap_push</item>
210         <item>@string/app_ops_summaries_send_sms</item>
211         <item>@string/app_ops_summaries_read_icc_sms</item>
212         <item>@string/app_ops_summaries_write_icc_sms</item>
213         <item>@string/app_ops_summaries_modify_settings</item>
214         <item>@string/app_ops_summaries_draw_on_top</item>
215         <item>@string/app_ops_summaries_access_notifications</item>
216         <item>@string/app_ops_summaries_camera</item>
217         <item>@string/app_ops_summaries_record_audio</item>
218         <item>@string/app_ops_summaries_play_audio</item>
219         <item>@string/app_ops_summaries_read_clipboard</item>
220         <item>@string/app_ops_summaries_modify_clipboard</item>
221         <item>@string/app_ops_summaries_media_buttons</item>
222         <item>@string/app_ops_summaries_audio_focus</item>
223         <item>@string/app_ops_summaries_master_volume</item>
224         <item>@string/app_ops_summaries_voice_volume</item>
225         <item>@string/app_ops_summaries_ring_volume</item>
226         <item>@string/app_ops_summaries_media_volume</item>
227         <item>@string/app_ops_summaries_alarm_volume</item>
228         <item>@string/app_ops_summaries_notification_volume</item>
229         <item>@string/app_ops_summaries_bluetooth_volume</item>
230         <item>@string/app_ops_summaries_keep_awake</item>
231         <item>@string/app_ops_summaries_monitor_location</item>
232         <item>@string/app_ops_summaries_monitor_high_power_location</item>
233         <item>@string/app_ops_summaries_get_usage_stats</item>
234         <item>@string/app_ops_summaries_mute_unmute_microphone</item>
235         <item>@string/app_ops_summaries_toast_window</item>
236         <item>@string/app_ops_summaries_project_media</item>
237         <item>@string/app_ops_summaries_activate_vpn</item>
238         <item>@string/app_ops_summaries_write_wallpaper</item>
239         <item>@string/app_ops_summaries_assist_structure</item>
240         <item>@string/app_ops_summaries_assist_screenshot</item>
241         <item>@string/app_ops_summaries_read_phone_state</item>
242         <item>@string/app_ops_summaries_add_voicemail</item>
243         <item>@string/app_ops_summaries_use_sip</item>
244         <item>@string/app_ops_summaries_make_call</item>
245         <item>@string/app_ops_summaries_use_fingerprint</item>
246         <item>@string/app_ops_summaries_use_body_sensors</item>
247         <item>@string/app_ops_summaries_read_cell_broadcasts</item>
248         <item>@string/app_ops_summaries_mock_location</item>
249         <item>@string/app_ops_summaries_read_external_storage</item>
250         <item>@string/app_ops_summaries_write_external_storage</item>
251         <item>@string/app_ops_summaries_turn_screen_on</item>
252         <item>@string/app_ops_summaries_get_accounts</item>
253         <item>@string/app_ops_summaries_toggle_wifi</item>
254         <item>@string/app_ops_summaries_toggle_bluetooth</item>
255         <item>@string/app_ops_summaries_start_at_boot</item>
256         <item>@string/app_ops_summaries_toggle_nfc</item>
257         <item>@string/app_ops_summaries_toggle_mobile_data</item>
258         <item>@string/app_ops_summaries_superuser</item>
259     </string-array>
260
261     <!-- User display names for app ops codes - extension of AOSP -->
262     <string-array name="app_ops_labels_cm" translatable="false">
263         <item>@string/app_ops_labels_coarse_location</item>
264         <item>@string/app_ops_labels_fine_location</item>
265         <item>@string/app_ops_labels_gps</item>
266         <item>@string/app_ops_labels_vibrate</item>
267         <item>@string/app_ops_labels_read_contacts</item>
268         <item>@string/app_ops_labels_modify_contacts</item>
269         <item>@string/app_ops_labels_read_call_log</item>
270         <item>@string/app_ops_labels_modify_call_log</item>
271         <item>@string/app_ops_labels_read_calendar</item>
272         <item>@string/app_ops_labels_modify_calendar</item>
273         <item>@string/app_ops_labels_wifi_scan</item>
274         <item>@string/app_ops_labels_notification</item>
275         <item>@string/app_ops_labels_cell_scan</item>
276         <item>@string/app_ops_labels_call_phone</item>
277         <item>@string/app_ops_labels_read_sms</item>
278         <item>@string/app_ops_labels_write_sms</item>
279         <item>@string/app_ops_labels_receive_sms</item>
280         <item>@string/app_ops_labels_receive_emergency_sms</item>
281         <item>@string/app_ops_labels_receive_mms</item>
282         <item>@string/app_ops_labels_receive_wap_push</item>
283         <item>@string/app_ops_labels_send_sms</item>
284         <item>@string/app_ops_labels_read_icc_sms</item>
285         <item>@string/app_ops_labels_write_icc_sms</item>
286         <item>@string/app_ops_labels_modify_settings</item>
287         <item>@string/app_ops_labels_draw_on_top</item>
288         <item>@string/app_ops_labels_access_notifications</item>
289         <item>@string/app_ops_labels_camera</item>
290         <item>@string/app_ops_labels_record_audio</item>
291         <item>@string/app_ops_labels_play_audio</item>
292         <item>@string/app_ops_labels_read_clipboard</item>
293         <item>@string/app_ops_labels_modify_clipboard</item>
294         <item>@string/app_ops_labels_media_buttons</item>
295         <item>@string/app_ops_labels_audio_focus</item>
296         <item>@string/app_ops_labels_master_volume</item>
297         <item>@string/app_ops_labels_voice_volume</item>
298         <item>@string/app_ops_labels_ring_volume</item>
299         <item>@string/app_ops_labels_media_volume</item>
300         <item>@string/app_ops_labels_alarm_volume</item>
301         <item>@string/app_ops_labels_notification_volume</item>
302         <item>@string/app_ops_labels_bluetooth_volume</item>
303         <item>@string/app_ops_labels_keep_awake</item>
304         <item>@string/app_ops_labels_monitor_location</item>
305         <item>@string/app_ops_labels_monitor_high_power_location</item>
306         <item>@string/app_ops_labels_get_usage_stats</item>
307         <item>@string/app_ops_labels_mute_unmute_microphone</item>
308         <item>@string/app_ops_labels_toast_window</item>
309         <item>@string/app_ops_labels_project_media</item>
310         <item>@string/app_ops_labels_activate_vpn</item>
311         <item>@string/app_ops_labels_write_wallpaper</item>
312         <item>@string/app_ops_labels_assist_structure</item>
313         <item>@string/app_ops_labels_assist_screenshot</item>
314         <item>@string/app_ops_labels_read_phone_state</item>
315         <item>@string/app_ops_labels_add_voicemail</item>
316         <item>@string/app_ops_labels_use_sip</item>
317         <item>@string/app_ops_labels_make_call</item>
318         <item>@string/app_ops_labels_use_fingerprint</item>
319         <item>@string/app_ops_labels_use_body_sensors</item>
320         <item>@string/app_ops_labels_read_cell_broadcasts</item>
321         <item>@string/app_ops_labels_mock_location</item>
322         <item>@string/app_ops_labels_read_external_storage</item>
323         <item>@string/app_ops_labels_write_external_storage</item>
324         <item>@string/app_ops_labels_turn_screen_on</item>
325         <item>@string/app_ops_labels_get_accounts</item>
326         <item>@string/app_ops_labels_toggle_wifi</item>
327         <item>@string/app_ops_labels_toggle_bluetooth</item>
328         <item>@string/app_ops_labels_start_at_boot</item>
329         <item>@string/app_ops_labels_toggle_nfc</item>
330         <item>@string/app_ops_labels_toggle_mobile_data</item>
331         <item>@string/app_ops_labels_superuser</item>
332     </string-array>
333
334     <!-- App ops permissions -->
335     <string-array name="app_ops_permissions" translatable="false">
336         <item>@string/app_ops_permissions_allowed</item>
337         <item>@string/app_ops_permissions_ignored</item>
338         <item>@string/app_ops_permissions_always_ask</item>
339     </string-array>
340
341     <string-array name="hardware_keys_action_values" translatable="false">
342         <item>0</item>
343         <item>1</item>
344         <item>2</item>
345         <item>3</item>
346         <item>4</item>
347         <item>5</item>
348         <item>6</item>
349         <item>7</item>
350         <item>8</item>
351     </string-array>
352
353     <string-array name="power_menu_actions_array" translatable="false">
354         <item>power</item>
355         <item>reboot</item>
356         <item>screenshot</item>
357         <item>airplane</item>
358         <item>users</item>
359         <item>bugreport</item>
360         <item>silent</item>
361     </string-array>
362
363     <!-- Stylus Gestures -->
364     <string-array name="gestures_entries" translatable="false">
365         <item>@string/gestures_action_empty</item>
366         <item>@string/gestures_action_home</item>
367         <item>@string/gestures_action_back</item>
368         <item>@string/gestures_action_menu</item>
369         <item>@string/gestures_action_search</item>
370         <item>@string/gestures_action_recent</item>
371     </string-array>
372
373     <string-array name="gestures_values" translatable="false">
374         <item>1000</item>
375         <item>1001</item>
376         <item>1002</item>
377         <item>1003</item>
378         <item>1004</item>
379         <item>1005</item>
380     </string-array>
381
382     <string-array name="status_bar_clock_style_entries" translatable="false">
383         <item>@string/status_bar_clock_style_right</item>
384         <item>@string/status_bar_clock_style_center</item>
385         <item>@string/status_bar_clock_style_left</item>
386         <item>@string/status_bar_clock_style_hidden</item>
387     </string-array>
388
389     <string-array name="status_bar_clock_style_entries_rtl" translatable="false">
390         <item>@string/status_bar_clock_style_left</item>
391         <item>@string/status_bar_clock_style_center</item>
392         <item>@string/status_bar_clock_style_right</item>
393         <item>@string/status_bar_clock_style_hidden</item>
394     </string-array>
395
396     <string-array name="status_bar_clock_style_values" translatable="false">
397         <item>1</item>
398         <item>2</item>
399         <item>3</item>
400         <item>0</item>
401     </string-array>
402
403     <string-array name="status_bar_am_pm_entries" translatable="false">
404         <item>@string/status_bar_am_pm_normal</item>
405         <item>@string/status_bar_am_pm_small</item>
406         <item>@string/status_bar_am_pm_hidden</item>
407     </string-array>
408
409     <string-array name="status_bar_am_pm_values" translatable="false">
410         <item>0</item>
411         <item>1</item>
412         <item>2</item>
413     </string-array>
414
415     <string-array name="status_bar_battery_style_entries" translatable="false">
416         <item>@string/status_bar_battery_style_icon_portrait</item>
417         <item>@string/status_bar_battery_style_icon_landscape</item>
418         <item>@string/status_bar_battery_style_circle</item>
419         <item>@string/status_bar_battery_style_text</item>
420         <item>@string/status_bar_battery_style_hidden</item>
421     </string-array>
422
423     <string-array name="status_bar_battery_style_values" translatable="false">
424         <item>0</item>
425         <item>5</item>
426         <item>2</item>
427         <item>6</item>
428         <item>4</item>
429     </string-array>
430
431     <string-array name="status_bar_battery_percentage_entries" translatable="false">
432         <item>@string/status_bar_battery_percentage_default</item>
433         <item>@string/status_bar_battery_percentage_text_inside</item>
434         <item>@string/status_bar_battery_percentage_text_next</item>
435     </string-array>
436
437     <string-array name="status_bar_battery_percentage_values" translatable="false">
438         <item>0</item>
439         <item>1</item>
440         <item>2</item>
441     </string-array>
442
443     <string-array name="keep_screen_on_titles" translatable="false">
444         <item>@string/keep_screen_on_never</item>
445         <item>@string/keep_screen_on_debugging</item>
446         <item>@string/keep_screen_on_charging</item>
447     </string-array>
448
449     <string-array name="keep_screen_on_values" translatable="false">
450         <item>0</item>
451         <item>1</item>
452         <item>2</item>
453     </string-array>
454
455     <string-array name="expanded_desktop_entries" translatable="false">
456         <item>@string/expanded_hide_both</item>
457         <item>@string/expanded_hide_status</item>
458         <item>@string/expanded_hide_navigation</item>
459     </string-array>
460
461     <string-array name="expanded_desktop_values" translatable="false">
462         <item>0</item>
463         <item>1</item>
464         <item>2</item>
465     </string-array>
466
467     <!-- Phone blacklist management -->
468     <string-array name="blacklist_policy_unknown_entries" translatable="false">
469         <item>@string/blacklist_policy_block_calls</item>
470         <item>@string/blacklist_policy_block_messages</item>
471     </string-array>
472
473     <string-array name="blacklist_policy_unknown_values" translatable="false">
474         <item>1</item>
475         <item>16</item>
476     </string-array>
477
478     <string-array name="blacklist_policy_private_entries" translatable="false">
479         <item>@string/blacklist_policy_block_calls</item>
480     </string-array>
481
482     <string-array name="blacklist_policy_private_values" translatable="false">
483         <item>1</item>
484     </string-array>
485
486     <!-- Sms security limit -->
487     <string-array name="sms_security_check_limit_entries" translatable="false">
488         <item>@string/sms_security_check_limit_none</item>
489         <item>5</item>
490         <item>10</item>
491         <item>30</item>
492         <item>50</item>
493         <item>100</item>
494         <item>200</item>
495     </string-array>
496
497     <string-array name="sms_security_check_limit_values" translatable="false">
498         <item>0</item>
499         <item>5</item>
500         <item>10</item>
501         <item>30</item>
502         <item>50</item>
503         <item>100</item>
504         <item>200</item>
505     </string-array>
506
507     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi region code. -->
508     <string-array name="wifi_countrycode_entries" translatable="false">
509         <item>@string/wifi_countrycode_us</item>
510         <item>@string/wifi_countrycode_ca</item>
511         <item>@string/wifi_countrycode_de</item>
512         <item>@string/wifi_countrycode_gb</item>
513         <item>@string/wifi_countrycode_jp</item>
514         <item>@string/wifi_countrycode_au</item>
515         <item>@string/wifi_countrycode_cn</item>
516         <item>@string/wifi_countrycode_kr</item>
517         <item>@string/wifi_countrycode_tr</item>
518         <item>@string/wifi_countrycode_sg</item>
519         <item>@string/wifi_countrycode_br</item>
520         <item>@string/wifi_countrycode_in</item>
521     </string-array>
522
523     <string-array name="wifi_countrycode_values" translatable="false">
524         <item>US</item>
525         <item>CA</item>
526         <item>DE</item>
527         <item>GB</item>
528         <item>JP</item>
529         <item>AU</item>
530         <item>CN</item>
531         <item>KR</item>
532         <item>TR</item>
533         <item>SG</item>
534         <item>BR</item>
535         <item>IN</item>
536     </string-array>
537
538     <!-- Quick pulldown -->
539     <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false">
540         <item>@string/status_bar_quick_qs_pulldown_off</item>
541         <item>@string/status_bar_quick_qs_pulldown_right</item>
542         <item>@string/status_bar_quick_qs_pulldown_left</item>
543     </string-array>
544
545     <string-array name="status_bar_quick_qs_pulldown_values" translatable="false">
546         <item>0</item>
547         <item>1</item>
548         <item>2</item>
549     </string-array>
550
551     <!-- Wi-Fi tethering inactivity shut off -->
552     <string-array name="hotstpot_inactivity_timeout_entries" translatable="false">
553         <item>@string/hotstpot_inactivity_timeout_never</item>
554         <item>@string/hotstpot_inactivity_timeout_1_minute</item>
555         <item>@string/hotstpot_inactivity_timeout_5_minutes</item>
556         <item>@string/hotstpot_inactivity_timeout_10_minutes</item>
557     </string-array>
558
559     <string-array name="hotstpot_inactivity_timeout_values" translatable="false">
560         <item>0</item>
561         <item>60000</item>
562         <item>300000</item>
563         <item>600000</item>
564     </string-array>
565
566     <string-array name="background_data_access_choices" translatable="false">
567         <item>@string/allow_background_both</item>
568         <item>@string/allow_background_wlan</item>
569         <item>@string/allow_background_none</item>
570     </string-array>
571
572     <!-- Weather temperature -->
573     <string-array name="weather_temp_unit_entries" translatable="false">
574         <item>@string/weather_settings_temp_celsius</item>
575         <item>@string/weather_settings_temp_fahrenheit</item>
576     </string-array>
577
578     <string-array name="weather_temp_unit_values" translatable="false">
579         <item>1</item>
580         <item>2</item>
581     </string-array>
582
583     <!-- Fingerprint sensor locations.  Devices should configure their sensor location using
584          config_fingerprintSensorLocation -->
585     <string-array name="security_settings_fingerprint_sensor_locations" translatable="false">
586         <item>@string/security_settings_fingerprint_sensor_location_back</item>
587         <item>@string/security_settings_fingerprint_sensor_location_front</item>
588         <item>@string/security_settings_fingerprint_sensor_location_left</item>
589         <item>@string/security_settings_fingerprint_sensor_location_right</item>
590     </string-array>
591
592 </resources>