OSDN Git Service

cdd81cad5e3bd0f19ca5d8b2f5630c5698eeef21
[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     <!-- Profile mode options. -->
34     <string-array name="profile_entries">
35         <item>On</item>
36         <item>Off</item>
37         <item>No override</item>
38     </string-array>
39
40     <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. -->
41     <string-array name="profile_values" translatable="false">
42         <item>OVERRIDE</item>
43         <item>SUPPRESS</item>
44         <item>DEFAULT</item>
45     </string-array>
46
47     <!-- Profile 2G-3G and 4G mode options. -->
48     <string-array name="profile_networkmode_entries_4g" translatable="false">
49         <item>@string/profile_networkmode_2g</item>
50         <item>@string/profile_networkmode_3g</item>
51         <item>@string/profile_networkmode_4g</item>
52         <item>@string/profile_networkmode_2g3g</item>
53         <item>@string/profile_networkmode_2g3g4g</item>
54         <item>@string/profile_action_none</item>
55     </string-array>
56
57     <!-- Profile 2G-3G and 4G mode values. -->
58     <string-array name="profile_networkmode_values_4g" translatable="false">
59         <item>0</item>
60         <item>1</item>
61         <item>2</item>
62         <item>3</item>
63         <item>4</item>
64         <item>5</item>
65     </string-array>
66
67     <!-- Profile 2G-3G and 4G mode options. -->
68     <string-array name="profile_networkmode_entries_no_2g" translatable="false">
69         <item>@string/profile_networkmode_3g</item>
70         <item>@string/profile_networkmode_4g</item>
71         <item>@string/profile_networkmode_2g3g</item>
72         <item>@string/profile_networkmode_2g3g4g</item>
73         <item>@string/profile_action_none</item>
74     </string-array>
75
76     <!-- Profile 2G-3G and 4G mode values. -->
77     <string-array name="profile_networkmode_values_no_2g" translatable="false">
78         <item>1</item>
79         <item>2</item>
80         <item>3</item>
81         <item>4</item>
82         <item>5</item>
83     </string-array>
84
85     <!-- Profile lock mode summaries. Do not translate. -->
86     <string-array name="profile_lockmode_entries" translatable="false">
87         <item>@string/profile_action_system</item>
88         <item>@string/profile_lockmode_insecure_summary</item>
89         <item>@string/profile_lockmode_disabled_summary</item>
90     </string-array>
91
92     <!-- Ring mode options. -->
93     <string-array name="ring_mode_entries" translatable="false">
94         <item>@string/ring_mode_normal</item>
95         <item>@string/ring_mode_vibrate</item>
96         <item>@string/ring_mode_mute</item>
97         <item>@string/profile_action_none</item>
98     </string-array>
99
100     <!-- Values for Ring mode. Do not translate. -->
101     <string-array name="ring_mode_values" translatable="false">
102         <item>normal</item>
103         <item>vibrate</item>
104         <item>mute</item>
105         <item></item>
106     </string-array>
107
108     <!--  Values for profile Wi-Fi triggers -->
109     <string-array name="profile_trigger_wifi_options" translatable="false">
110         <item>@string/profile_trigger_connect</item>
111         <item>@string/profile_trigger_disconnect</item>
112         <item>@string/profile_trigger_a2dp_connect</item>
113         <item>@string/profile_trigger_a2dp_disconnect</item>
114         <item>@string/profile_trigger_notrigger</item>
115     </string-array>
116
117     <!--  Values for profile Wi-Fi triggers.  Do not translate. -->
118     <string-array name="profile_trigger_wifi_options_values" translatable="false">
119         <item>0</item>
120         <item>1</item>
121         <item>3</item>
122         <item>4</item>
123         <item>2</item>
124     </string-array>
125
126     <!-- Volume key cursor control -->
127     <string-array name="volbtn_cursor_control_entries" translatable="false">
128         <item>@string/volbtn_cursor_control_off</item>
129         <item>@string/volbtn_cursor_control_on</item>
130         <item>@string/volbtn_cursor_control_on_reverse</item>
131     </string-array>
132
133     <string-array name="volbtn_cursor_control_values" translatable="false">
134         <item>0</item>
135         <item>1</item>
136         <item>2</item>
137     </string-array>
138
139     <string-array name="profile_action_generic_connection_entries">
140         <item>@string/profile_action_none</item>
141         <item>@string/profile_action_disable</item>
142         <item>@string/profile_action_enable</item>
143     </string-array>
144
145     <string-array name="profile_action_generic_connection_values">
146         <item>-1</item>
147         <item>0</item>
148         <item>1</item>
149     </string-array>
150
151     <string-array name="profile_doze_entries" translatable="false">
152         <item>@string/profile_action_none</item>
153         <item>@string/profile_action_enable</item>
154         <item>@string/profile_action_disable</item>
155     </string-array>
156
157     <!-- Profile mode options. -->
158      <string-array name="profile_entries" translatable="false">
159          <item>@string/profile_entries_on</item>
160          <item>@string/profile_entries_off</item>
161          <item>@string/profile_entries_no_override</item>
162      </string-array>
163
164      <!-- Values for vibrate_entries matching constants in SoundSettings. Do not translate. -->
165      <string-array name="profile_values" translatable="false">
166          <item>OVERRIDE</item>
167          <item>SUPPRESS</item>
168          <item>DEFAULT</item>
169      </string-array>
170
171     <string-array name="trigger_page_title">
172         <item>WiFi</item>
173         <item>Bluetooth</item>
174         <item>NFC</item>
175     </string-array>
176
177     <!-- Values for the notification light pulse spinners -->
178     <string-array name="notification_pulse_length_entries" translatable="false">
179         <item>@string/pulse_length_always_on</item>
180         <item>@string/pulse_length_very_short</item>
181         <item>@string/pulse_length_short</item>
182         <item>@string/pulse_length_normal</item>
183         <item>@string/pulse_length_long</item>
184         <item>@string/pulse_length_very_long</item>
185     </string-array>
186
187     <string-array name="notification_pulse_length_values" translatable="false">
188         <item>1</item>
189         <item>250</item>
190         <item>500</item>
191         <item>1000</item>
192         <item>2000</item>
193         <item>5000</item>
194     </string-array>
195
196     <string-array name="notification_pulse_speed_entries" translatable="false">
197         <item>@string/pulse_speed_very_fast</item>
198         <item>@string/pulse_speed_fast</item>
199         <item>@string/pulse_speed_normal</item>
200         <item>@string/pulse_speed_slow</item>
201         <item>@string/pulse_speed_very_slow</item>
202     </string-array>
203
204     <string-array name="notification_pulse_speed_values" translatable="false">
205         <item>250</item>
206         <item>500</item>
207         <item>1000</item>
208         <item>2000</item>
209         <item>5000</item>
210     </string-array>
211
212     <!-- Hardware key rebinding -->
213     <string-array name="hardware_keys_action_entries" translatable="false">
214         <item>@string/hardware_keys_action_nothing</item>
215         <item>@string/hardware_keys_action_menu</item>
216         <item>@string/hardware_keys_action_app_switch</item>
217         <item>@string/hardware_keys_action_search</item>
218         <item>@string/hardware_keys_action_voice_search</item>
219         <item>@string/hardware_keys_action_in_app_search</item>
220         <item>@string/hardware_keys_action_launch_camera</item>
221         <item>@string/hardware_keys_action_sleep</item>
222         <item>@string/hardware_keys_action_last_app</item>
223     </string-array>
224
225     <!-- Names of categories of app ops tabs - extension of AOSP -->
226     <string-array name="app_ops_categories_cm" translatable="false">
227         <item>@string/app_ops_categories_location</item>
228         <item>@string/app_ops_categories_personal</item>
229         <item>@string/app_ops_categories_messaging</item>
230         <item>@string/app_ops_categories_media</item>
231         <item>@string/app_ops_categories_device</item>
232         <item>@string/app_ops_categories_bootup</item>
233         <item>@string/app_ops_categories_su</item>
234     </string-array>
235
236     <!-- User display names for app ops codes - extension of AOSP -->
237     <string-array name="app_ops_summaries_cm" translatable="false">
238         <item>@string/app_ops_summaries_coarse_location</item>
239         <item>@string/app_ops_summaries_fine_location</item>
240         <item>@string/app_ops_summaries_gps</item>
241         <item>@string/app_ops_summaries_vibrate</item>
242         <item>@string/app_ops_summaries_read_contacts</item>
243         <item>@string/app_ops_summaries_modify_contacts</item>
244         <item>@string/app_ops_summaries_read_call_log</item>
245         <item>@string/app_ops_summaries_modify_call_log</item>
246         <item>@string/app_ops_summaries_read_calendar</item>
247         <item>@string/app_ops_summaries_modify_calendar</item>
248         <item>@string/app_ops_summaries_wifi_scan</item>
249         <item>@string/app_ops_summaries_notification</item>
250         <item>@string/app_ops_summaries_cell_scan</item>
251         <item>@string/app_ops_summaries_call_phone</item>
252         <item>@string/app_ops_summaries_read_sms</item>
253         <item>@string/app_ops_summaries_write_sms</item>
254         <item>@string/app_ops_summaries_receive_sms</item>
255         <item>@string/app_ops_summaries_receive_emergency_sms</item>
256         <item>@string/app_ops_summaries_receive_mms</item>
257         <item>@string/app_ops_summaries_receive_wap_push</item>
258         <item>@string/app_ops_summaries_send_sms</item>
259         <item>@string/app_ops_summaries_read_icc_sms</item>
260         <item>@string/app_ops_summaries_write_icc_sms</item>
261         <item>@string/app_ops_summaries_modify_settings</item>
262         <item>@string/app_ops_summaries_draw_on_top</item>
263         <item>@string/app_ops_summaries_access_notifications</item>
264         <item>@string/app_ops_summaries_camera</item>
265         <item>@string/app_ops_summaries_record_audio</item>
266         <item>@string/app_ops_summaries_play_audio</item>
267         <item>@string/app_ops_summaries_read_clipboard</item>
268         <item>@string/app_ops_summaries_modify_clipboard</item>
269         <item>@string/app_ops_summaries_media_buttons</item>
270         <item>@string/app_ops_summaries_audio_focus</item>
271         <item>@string/app_ops_summaries_master_volume</item>
272         <item>@string/app_ops_summaries_voice_volume</item>
273         <item>@string/app_ops_summaries_ring_volume</item>
274         <item>@string/app_ops_summaries_media_volume</item>
275         <item>@string/app_ops_summaries_alarm_volume</item>
276         <item>@string/app_ops_summaries_notification_volume</item>
277         <item>@string/app_ops_summaries_bluetooth_volume</item>
278         <item>@string/app_ops_summaries_keep_awake</item>
279         <item>@string/app_ops_summaries_monitor_location</item>
280         <item>@string/app_ops_summaries_monitor_high_power_location</item>
281         <item>@string/app_ops_summaries_get_usage_stats</item>
282         <item>@string/app_ops_summaries_mute_unmute_microphone</item>
283         <item>@string/app_ops_summaries_toast_window</item>
284         <item>@string/app_ops_summaries_project_media</item>
285         <item>@string/app_ops_summaries_activate_vpn</item>
286         <item>@string/app_ops_summaries_write_wallpaper</item>
287         <item>@string/app_ops_summaries_assist_structure</item>
288         <item>@string/app_ops_summaries_assist_screenshot</item>
289         <item>@string/app_ops_summaries_read_phone_state</item>
290         <item>@string/app_ops_summaries_add_voicemail</item>
291         <item>@string/app_ops_summaries_use_sip</item>
292         <item>@string/app_ops_summaries_make_call</item>
293         <item>@string/app_ops_summaries_use_fingerprint</item>
294         <item>@string/app_ops_summaries_use_body_sensors</item>
295         <item>@string/app_ops_summaries_read_cell_broadcasts</item>
296         <item>@string/app_ops_summaries_mock_location</item>
297         <item>@string/app_ops_summaries_read_external_storage</item>
298         <item>@string/app_ops_summaries_write_external_storage</item>
299         <item>@string/app_ops_summaries_turn_screen_on</item>
300         <item>@string/app_ops_summaries_get_accounts</item>
301         <item>@string/app_ops_summaries_toggle_wifi</item>
302         <item>@string/app_ops_summaries_toggle_bluetooth</item>
303         <item>@string/app_ops_summaries_start_at_boot</item>
304         <item>@string/app_ops_summaries_toggle_nfc</item>
305         <item>@string/app_ops_summaries_toggle_mobile_data</item>
306         <item>@string/app_ops_summaries_superuser</item>
307     </string-array>
308
309     <!-- User display names for app ops codes - extension of AOSP -->
310     <string-array name="app_ops_labels_cm" translatable="false">
311         <item>@string/app_ops_labels_coarse_location</item>
312         <item>@string/app_ops_labels_fine_location</item>
313         <item>@string/app_ops_labels_gps</item>
314         <item>@string/app_ops_labels_vibrate</item>
315         <item>@string/app_ops_labels_read_contacts</item>
316         <item>@string/app_ops_labels_modify_contacts</item>
317         <item>@string/app_ops_labels_read_call_log</item>
318         <item>@string/app_ops_labels_modify_call_log</item>
319         <item>@string/app_ops_labels_read_calendar</item>
320         <item>@string/app_ops_labels_modify_calendar</item>
321         <item>@string/app_ops_labels_wifi_scan</item>
322         <item>@string/app_ops_labels_notification</item>
323         <item>@string/app_ops_labels_cell_scan</item>
324         <item>@string/app_ops_labels_call_phone</item>
325         <item>@string/app_ops_labels_read_sms</item>
326         <item>@string/app_ops_labels_write_sms</item>
327         <item>@string/app_ops_labels_receive_sms</item>
328         <item>@string/app_ops_labels_receive_emergency_sms</item>
329         <item>@string/app_ops_labels_receive_mms</item>
330         <item>@string/app_ops_labels_receive_wap_push</item>
331         <item>@string/app_ops_labels_send_sms</item>
332         <item>@string/app_ops_labels_read_icc_sms</item>
333         <item>@string/app_ops_labels_write_icc_sms</item>
334         <item>@string/app_ops_labels_modify_settings</item>
335         <item>@string/app_ops_labels_draw_on_top</item>
336         <item>@string/app_ops_labels_access_notifications</item>
337         <item>@string/app_ops_labels_camera</item>
338         <item>@string/app_ops_labels_record_audio</item>
339         <item>@string/app_ops_labels_play_audio</item>
340         <item>@string/app_ops_labels_read_clipboard</item>
341         <item>@string/app_ops_labels_modify_clipboard</item>
342         <item>@string/app_ops_labels_media_buttons</item>
343         <item>@string/app_ops_labels_audio_focus</item>
344         <item>@string/app_ops_labels_master_volume</item>
345         <item>@string/app_ops_labels_voice_volume</item>
346         <item>@string/app_ops_labels_ring_volume</item>
347         <item>@string/app_ops_labels_media_volume</item>
348         <item>@string/app_ops_labels_alarm_volume</item>
349         <item>@string/app_ops_labels_notification_volume</item>
350         <item>@string/app_ops_labels_bluetooth_volume</item>
351         <item>@string/app_ops_labels_keep_awake</item>
352         <item>@string/app_ops_labels_monitor_location</item>
353         <item>@string/app_ops_labels_monitor_high_power_location</item>
354         <item>@string/app_ops_labels_get_usage_stats</item>
355         <item>@string/app_ops_labels_mute_unmute_microphone</item>
356         <item>@string/app_ops_labels_toast_window</item>
357         <item>@string/app_ops_labels_project_media</item>
358         <item>@string/app_ops_labels_activate_vpn</item>
359         <item>@string/app_ops_labels_write_wallpaper</item>
360         <item>@string/app_ops_labels_assist_structure</item>
361         <item>@string/app_ops_labels_assist_screenshot</item>
362         <item>@string/app_ops_labels_read_phone_state</item>
363         <item>@string/app_ops_labels_add_voicemail</item>
364         <item>@string/app_ops_labels_use_sip</item>
365         <item>@string/app_ops_labels_make_call</item>
366         <item>@string/app_ops_labels_use_fingerprint</item>
367         <item>@string/app_ops_labels_use_body_sensors</item>
368         <item>@string/app_ops_labels_read_cell_broadcasts</item>
369         <item>@string/app_ops_labels_mock_location</item>
370         <item>@string/app_ops_labels_read_external_storage</item>
371         <item>@string/app_ops_labels_write_external_storage</item>
372         <item>@string/app_ops_labels_turn_screen_on</item>
373         <item>@string/app_ops_labels_get_accounts</item>
374         <item>@string/app_ops_labels_toggle_wifi</item>
375         <item>@string/app_ops_labels_toggle_bluetooth</item>
376         <item>@string/app_ops_labels_start_at_boot</item>
377         <item>@string/app_ops_labels_toggle_nfc</item>
378         <item>@string/app_ops_labels_toggle_mobile_data</item>
379         <item>@string/app_ops_labels_superuser</item>
380     </string-array>
381
382     <!-- App ops permissions -->
383     <string-array name="app_ops_permissions">
384         <item>@string/app_ops_permissions_allowed</item>
385         <item>@string/app_ops_permissions_ignored</item>
386         <item>@string/app_ops_permissions_always_ask</item>
387     </string-array>
388
389     <string-array name="hardware_keys_action_values" translatable="false">
390         <item>0</item>
391         <item>1</item>
392         <item>2</item>
393         <item>3</item>
394         <item>4</item>
395         <item>5</item>
396         <item>6</item>
397         <item>7</item>
398         <item>8</item>
399     </string-array>
400
401     <string-array name="power_menu_actions_array" translatable="false">
402         <item>power</item>
403         <item>reboot</item>
404         <item>screenshot</item>
405         <item>profile</item>
406         <item>airplane</item>
407         <item>users</item>
408         <item>bugreport</item>
409     </string-array>
410
411     <!-- Gamma calibration descriptors, deliberately empty as string values populated via
412          per-device overlay. Required to build on non-hardware tunable devices -->
413     <string-array name="gamma_descriptors" translatable="false">
414     </string-array>
415
416     <!-- Values for screen color  -->
417     <string-array name="screen_color_setting">
418         <item>Standard</item>
419         <item>Vivid</item>
420         <item>Custom</item>
421     </string-array>
422
423     <!-- Stylus Gestures -->
424     <string-array name="gestures_entries" translatable="false">
425         <item>@string/gestures_action_empty</item>
426         <item>@string/gestures_action_home</item>
427         <item>@string/gestures_action_back</item>
428         <item>@string/gestures_action_menu</item>
429         <item>@string/gestures_action_search</item>
430         <item>@string/gestures_action_recent</item>
431     </string-array>
432
433     <string-array name="gestures_values" translatable="false">
434         <item>1000</item>
435         <item>1001</item>
436         <item>1002</item>
437         <item>1003</item>
438         <item>1004</item>
439         <item>1005</item>
440     </string-array>
441
442     <string-array name="status_bar_clock_style_entries" translatable="false">
443         <item>@string/status_bar_clock_style_right</item>
444         <item>@string/status_bar_clock_style_center</item>
445         <item>@string/status_bar_clock_style_left</item>
446         <item>@string/status_bar_clock_style_hidden</item>
447     </string-array>
448
449     <string-array name="status_bar_clock_style_entries_rtl" translatable="false">
450         <item>@string/status_bar_clock_style_left</item>
451         <item>@string/status_bar_clock_style_center</item>
452         <item>@string/status_bar_clock_style_right</item>
453         <item>@string/status_bar_clock_style_hidden</item>
454     </string-array>
455
456     <string-array name="status_bar_clock_style_values" translatable="false">
457         <item>1</item>
458         <item>2</item>
459         <item>3</item>
460         <item>0</item>
461     </string-array>
462
463     <string-array name="status_bar_am_pm_entries" translatable="false">
464         <item>@string/status_bar_am_pm_normal</item>
465         <item>@string/status_bar_am_pm_small</item>
466         <item>@string/status_bar_am_pm_hidden</item>
467     </string-array>
468
469     <string-array name="status_bar_am_pm_values" translatable="false">
470         <item>0</item>
471         <item>1</item>
472         <item>2</item>
473     </string-array>
474
475     <string-array name="status_bar_battery_style_entries" translatable="false">
476         <item>@string/status_bar_battery_style_icon_portrait</item>
477         <item>@string/status_bar_battery_style_icon_landscape</item>
478         <item>@string/status_bar_battery_style_circle</item>
479         <item>@string/status_bar_battery_style_text</item>
480         <item>@string/status_bar_battery_style_hidden</item>
481     </string-array>
482
483     <string-array name="status_bar_battery_style_values" translatable="false">
484         <item>0</item>
485         <item>5</item>
486         <item>2</item>
487         <item>6</item>
488         <item>4</item>
489     </string-array>
490
491     <string-array name="status_bar_battery_percentage_entries" translatable="false">
492         <item>@string/status_bar_battery_percentage_default</item>
493         <item>@string/status_bar_battery_percentage_text_inside</item>
494         <item>@string/status_bar_battery_percentage_text_next</item>
495     </string-array>
496
497     <string-array name="status_bar_battery_percentage_values" translatable="false">
498         <item>0</item>
499         <item>1</item>
500         <item>2</item>
501     </string-array>
502
503     <string-array name="keep_screen_on_titles" translatable="false">
504         <item>@string/keep_screen_on_never</item>
505         <item>@string/keep_screen_on_debugging</item>
506         <item>@string/keep_screen_on_charging</item>
507     </string-array>
508
509     <string-array name="keep_screen_on_values" translatable="false">
510         <item>0</item>
511         <item>1</item>
512         <item>2</item>
513     </string-array>
514
515     <string-array name="expanded_desktop_entries" translatable="false">
516         <item>@string/expanded_hide_both</item>
517         <item>@string/expanded_hide_status</item>
518         <item>@string/expanded_hide_navigation</item>
519     </string-array>
520
521     <string-array name="expanded_desktop_values" translatable="false">
522         <item>0</item>
523         <item>1</item>
524         <item>2</item>
525     </string-array>
526
527     <!-- Phone blacklist management -->
528     <string-array name="blacklist_policy_unknown_entries" translatable="false">
529         <item>@string/blacklist_policy_block_calls</item>
530         <item>@string/blacklist_policy_block_messages</item>
531     </string-array>
532
533     <string-array name="blacklist_policy_unknown_values" translatable="false">
534         <item>1</item>
535         <item>16</item>
536     </string-array>
537
538     <string-array name="blacklist_policy_private_entries" translatable="false">
539         <item>@string/blacklist_policy_block_calls</item>
540     </string-array>
541
542     <string-array name="blacklist_policy_private_values" translatable="false">
543         <item>1</item>
544     </string-array>
545
546     <!-- Sms security limit -->
547     <string-array name="sms_security_check_limit_entries" translatable="false">
548         <item>@string/sms_security_check_limit_none</item>
549         <item>5</item>
550         <item>10</item>
551         <item>30</item>
552         <item>50</item>
553         <item>100</item>
554         <item>200</item>
555     </string-array>
556
557     <string-array name="sms_security_check_limit_values" translatable="false">
558         <item>0</item>
559         <item>5</item>
560         <item>10</item>
561         <item>30</item>
562         <item>50</item>
563         <item>100</item>
564         <item>200</item>
565     </string-array>
566
567     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi region code. -->
568     <string-array name="wifi_countrycode_entries">
569         <item>United States</item>
570         <item>Canada, Taiwan</item>
571         <item>Germany</item>
572         <item>Europe</item>
573         <item>Japan, Russia</item>
574         <item>Australia</item>
575         <item>China</item>
576         <item>Korea</item>
577         <item>South Africa, Turkey</item>
578         <item>Israel, Singapore</item>
579         <item>Brazil</item>
580         <item>India</item>
581     </string-array>
582
583     <string-array name="wifi_countrycode_values" translatable="false">
584         <item>US</item>
585         <item>CA</item>
586         <item>DE</item>
587         <item>GB</item>
588         <item>JP</item>
589         <item>AU</item>
590         <item>CN</item>
591         <item>KR</item>
592         <item>TR</item>
593         <item>SG</item>
594         <item>BR</item>
595         <item>IN</item>
596     </string-array>
597
598 </resources>