OSDN Git Service

AppOpsDetails: Display all missing ops
[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     <!-- Names of categories of app ops tabs - extension of AOSP -->
44     <string-array name="app_ops_categories_cm" translatable="false">
45         <item>@string/app_ops_categories_location</item>
46         <item>@string/app_ops_categories_personal</item>
47         <item>@string/app_ops_categories_messaging</item>
48         <item>@string/app_ops_categories_media</item>
49         <item>@string/app_ops_categories_device</item>
50         <item>@string/app_ops_categories_background</item>
51         <item>@string/app_ops_categories_bootup</item>
52         <item>@string/app_ops_categories_su</item>
53         <item>@string/app_ops_categories_other</item>
54     </string-array>
55
56     <!-- User display names for app ops codes - extension of AOSP -->
57     <string-array name="app_ops_summaries_cm" translatable="false">
58         <item>@string/app_ops_summaries_coarse_location</item>
59         <item>@string/app_ops_summaries_fine_location</item>
60         <item>@string/app_ops_summaries_gps</item>
61         <item>@string/app_ops_summaries_vibrate</item>
62         <item>@string/app_ops_summaries_read_contacts</item>
63         <item>@string/app_ops_summaries_modify_contacts</item>
64         <item>@string/app_ops_summaries_read_call_log</item>
65         <item>@string/app_ops_summaries_modify_call_log</item>
66         <item>@string/app_ops_summaries_read_calendar</item>
67         <item>@string/app_ops_summaries_modify_calendar</item>
68         <item>@string/app_ops_summaries_wifi_scan</item>
69         <item>@string/app_ops_summaries_notification</item>
70         <item>@string/app_ops_summaries_cell_scan</item>
71         <item>@string/app_ops_summaries_call_phone</item>
72         <item>@string/app_ops_summaries_read_sms</item>
73         <item>@string/app_ops_summaries_write_sms</item>
74         <item>@string/app_ops_summaries_receive_sms</item>
75         <item>@string/app_ops_summaries_receive_emergency_sms</item>
76         <item>@string/app_ops_summaries_receive_mms</item>
77         <item>@string/app_ops_summaries_receive_wap_push</item>
78         <item>@string/app_ops_summaries_send_sms</item>
79         <item>@string/app_ops_summaries_read_icc_sms</item>
80         <item>@string/app_ops_summaries_write_icc_sms</item>
81         <item>@string/app_ops_summaries_modify_settings</item>
82         <item>@string/app_ops_summaries_draw_on_top</item>
83         <item>@string/app_ops_summaries_access_notifications</item>
84         <item>@string/app_ops_summaries_camera</item>
85         <item>@string/app_ops_summaries_record_audio</item>
86         <item>@string/app_ops_summaries_play_audio</item>
87         <item>@string/app_ops_summaries_read_clipboard</item>
88         <item>@string/app_ops_summaries_modify_clipboard</item>
89         <item>@string/app_ops_summaries_media_buttons</item>
90         <item>@string/app_ops_summaries_audio_focus</item>
91         <item>@string/app_ops_summaries_master_volume</item>
92         <item>@string/app_ops_summaries_voice_volume</item>
93         <item>@string/app_ops_summaries_ring_volume</item>
94         <item>@string/app_ops_summaries_media_volume</item>
95         <item>@string/app_ops_summaries_alarm_volume</item>
96         <item>@string/app_ops_summaries_notification_volume</item>
97         <item>@string/app_ops_summaries_bluetooth_volume</item>
98         <item>@string/app_ops_summaries_keep_awake</item>
99         <item>@string/app_ops_summaries_monitor_location</item>
100         <item>@string/app_ops_summaries_monitor_high_power_location</item>
101         <item>@string/app_ops_summaries_get_usage_stats</item>
102         <item>@string/app_ops_summaries_mute_unmute_microphone</item>
103         <item>@string/app_ops_summaries_toast_window</item>
104         <item>@string/app_ops_summaries_project_media</item>
105         <item>@string/app_ops_summaries_activate_vpn</item>
106         <item>@string/app_ops_summaries_write_wallpaper</item>
107         <item>@string/app_ops_summaries_assist_structure</item>
108         <item>@string/app_ops_summaries_assist_screenshot</item>
109         <item>@string/app_ops_summaries_read_phone_state</item>
110         <item>@string/app_ops_summaries_add_voicemail</item>
111         <item>@string/app_ops_summaries_use_sip</item>
112         <item>@string/app_ops_summaries_make_call</item>
113         <item>@string/app_ops_summaries_use_fingerprint</item>
114         <item>@string/app_ops_summaries_use_body_sensors</item>
115         <item>@string/app_ops_summaries_read_cell_broadcasts</item>
116         <item>@string/app_ops_summaries_mock_location</item>
117         <item>@string/app_ops_summaries_read_external_storage</item>
118         <item>@string/app_ops_summaries_write_external_storage</item>
119         <item>@string/app_ops_summaries_turn_screen_on</item>
120         <item>@string/app_ops_summaries_get_accounts</item>
121         <item>@string/app_ops_summaries_run_in_background</item>
122         <item>@string/app_ops_summaries_toggle_wifi</item>
123         <item>@string/app_ops_summaries_toggle_bluetooth</item>
124         <item>@string/app_ops_summaries_start_at_boot</item>
125         <item>@string/app_ops_summaries_toggle_nfc</item>
126         <item>@string/app_ops_summaries_toggle_mobile_data</item>
127         <item>@string/app_ops_summaries_superuser</item>
128     </string-array>
129
130     <!-- User display names for app ops codes - extension of AOSP -->
131     <string-array name="app_ops_labels_cm" translatable="false">
132         <item>@string/app_ops_labels_coarse_location</item>
133         <item>@string/app_ops_labels_fine_location</item>
134         <item>@string/app_ops_labels_gps</item>
135         <item>@string/app_ops_labels_vibrate</item>
136         <item>@string/app_ops_labels_read_contacts</item>
137         <item>@string/app_ops_labels_modify_contacts</item>
138         <item>@string/app_ops_labels_read_call_log</item>
139         <item>@string/app_ops_labels_modify_call_log</item>
140         <item>@string/app_ops_labels_read_calendar</item>
141         <item>@string/app_ops_labels_modify_calendar</item>
142         <item>@string/app_ops_labels_wifi_scan</item>
143         <item>@string/app_ops_labels_notification</item>
144         <item>@string/app_ops_labels_cell_scan</item>
145         <item>@string/app_ops_labels_call_phone</item>
146         <item>@string/app_ops_labels_read_sms</item>
147         <item>@string/app_ops_labels_write_sms</item>
148         <item>@string/app_ops_labels_receive_sms</item>
149         <item>@string/app_ops_labels_receive_emergency_sms</item>
150         <item>@string/app_ops_labels_receive_mms</item>
151         <item>@string/app_ops_labels_receive_wap_push</item>
152         <item>@string/app_ops_labels_send_sms</item>
153         <item>@string/app_ops_labels_read_icc_sms</item>
154         <item>@string/app_ops_labels_write_icc_sms</item>
155         <item>@string/app_ops_labels_modify_settings</item>
156         <item>@string/app_ops_labels_draw_on_top</item>
157         <item>@string/app_ops_labels_access_notifications</item>
158         <item>@string/app_ops_labels_camera</item>
159         <item>@string/app_ops_labels_record_audio</item>
160         <item>@string/app_ops_labels_play_audio</item>
161         <item>@string/app_ops_labels_read_clipboard</item>
162         <item>@string/app_ops_labels_modify_clipboard</item>
163         <item>@string/app_ops_labels_media_buttons</item>
164         <item>@string/app_ops_labels_audio_focus</item>
165         <item>@string/app_ops_labels_master_volume</item>
166         <item>@string/app_ops_labels_voice_volume</item>
167         <item>@string/app_ops_labels_ring_volume</item>
168         <item>@string/app_ops_labels_media_volume</item>
169         <item>@string/app_ops_labels_alarm_volume</item>
170         <item>@string/app_ops_labels_notification_volume</item>
171         <item>@string/app_ops_labels_bluetooth_volume</item>
172         <item>@string/app_ops_labels_keep_awake</item>
173         <item>@string/app_ops_labels_monitor_location</item>
174         <item>@string/app_ops_labels_monitor_high_power_location</item>
175         <item>@string/app_ops_labels_get_usage_stats</item>
176         <item>@string/app_ops_labels_mute_unmute_microphone</item>
177         <item>@string/app_ops_labels_toast_window</item>
178         <item>@string/app_ops_labels_project_media</item>
179         <item>@string/app_ops_labels_activate_vpn</item>
180         <item>@string/app_ops_labels_write_wallpaper</item>
181         <item>@string/app_ops_labels_assist_structure</item>
182         <item>@string/app_ops_labels_assist_screenshot</item>
183         <item>@string/app_ops_labels_read_phone_state</item>
184         <item>@string/app_ops_labels_add_voicemail</item>
185         <item>@string/app_ops_labels_use_sip</item>
186         <item>@string/app_ops_labels_make_call</item>
187         <item>@string/app_ops_labels_use_fingerprint</item>
188         <item>@string/app_ops_labels_use_body_sensors</item>
189         <item>@string/app_ops_labels_read_cell_broadcasts</item>
190         <item>@string/app_ops_labels_mock_location</item>
191         <item>@string/app_ops_labels_read_external_storage</item>
192         <item>@string/app_ops_labels_write_external_storage</item>
193         <item>@string/app_ops_labels_turn_screen_on</item>
194         <item>@string/app_ops_labels_get_accounts</item>
195         <item>@string/app_ops_labels_run_in_background</item>
196         <item>@string/app_ops_labels_toggle_wifi</item>
197         <item>@string/app_ops_labels_toggle_bluetooth</item>
198         <item>@string/app_ops_labels_start_at_boot</item>
199         <item>@string/app_ops_labels_toggle_nfc</item>
200         <item>@string/app_ops_labels_toggle_mobile_data</item>
201         <item>@string/app_ops_labels_superuser</item>
202     </string-array>
203
204     <!-- App ops permissions -->
205     <string-array name="app_ops_permissions">
206         <item>@string/app_ops_permissions_allowed</item>
207         <item>@string/app_ops_permissions_ignored</item>
208         <item>@string/app_ops_permissions_always_ask</item>
209     </string-array>
210
211     <string-array name="zen_vibration_mode_entries" translatable="false">
212         <item>@string/zen_mode_vibration_never</item>
213         <item>@string/zen_mode_vibration_calls_only</item>
214         <item>@string/zen_mode_vibration_calls_and_notifications</item>
215     </string-array>
216
217     <string-array name="zen_vibration_mode_values" translatable="false">
218         <item>0</item>
219         <item>1</item>
220         <item>2</item>
221     </string-array>
222
223     <!-- Per-app notification settings: Timeout period in which the app notifications are muted. These are shown in a list dialog. -->
224     <string-array name="app_notification_sound_timeout_entries" translatable="false">
225         <item>@string/app_notification_sound_timeout_value_none</item>
226         <item>@string/app_notification_sound_timeout_value_10_seconds</item>
227         <item>@string/app_notification_sound_timeout_value_30_seconds</item>
228         <item>@string/app_notification_sound_timeout_value_1_minute</item>
229         <item>@string/app_notification_sound_timeout_value_5_minutes</item>
230         <item>@string/app_notification_sound_timeout_value_15_minutes</item>
231         <item>@string/app_notification_sound_timeout_value_30_minutes</item>
232     </string-array>
233
234     <!-- Do not translate. -->
235     <string-array name="app_notification_sound_timeout_values" translatable="false">
236         <item>0</item>
237         <item>10000</item>
238         <item>30000</item>
239         <item>60000</item>
240         <item>300000</item>
241         <item>900000</item>
242         <item>1800000</item>
243     </string-array>
244
245     <!-- Fingerprint sensor locations.  Devices should configure their sensor location using
246          config_fingerprintSensorLocation -->
247     <string-array name="security_settings_fingerprint_sensor_locations" translatable="false">
248         <item>@string/security_settings_fingerprint_sensor_location_back</item>
249         <item>@string/security_settings_fingerprint_sensor_location_front</item>
250         <item>@string/security_settings_fingerprint_sensor_location_left</item>
251         <item>@string/security_settings_fingerprint_sensor_location_right</item>
252     </string-array>
253
254     <!-- Wi-Fi tethering inactivity shut off -->
255     <string-array name="hotstpot_inactivity_timeout_entries" translatable="false">
256         <item>@string/hotstpot_inactivity_timeout_never</item>
257         <item>@string/hotstpot_inactivity_timeout_1_minute</item>
258         <item>@string/hotstpot_inactivity_timeout_5_minutes</item>
259         <item>@string/hotstpot_inactivity_timeout_10_minutes</item>
260     </string-array>
261
262
263     <string-array name="hotstpot_inactivity_timeout_values" translatable="false">
264         <item>0</item>
265         <item>60000</item>
266         <item>300000</item>
267         <item>600000</item>
268     </string-array>
269
270     <!-- Wi-Fi settings. Presented as a list dialog to the user to choose the Wi-Fi region code. -->
271     <string-array name="wifi_countrycode_entries">
272         <item>United States</item>
273         <item>Canada, Taiwan</item>
274         <item>Germany</item>
275         <item>Europe</item>
276         <item>Japan, Russia</item>
277         <item>Australia</item>
278         <item>China</item>
279         <item>Korea</item>
280         <item>South Africa, Turkey</item>
281         <item>Israel, Singapore</item>
282         <item>Brazil</item>
283         <item>India</item>
284     </string-array>
285
286     <string-array name="wifi_countrycode_values" translatable="false">
287         <item>US</item>
288         <item>CA</item>
289         <item>DE</item>
290         <item>GB</item>
291         <item>JP</item>
292         <item>AU</item>
293         <item>CN</item>
294         <item>KR</item>
295         <item>TR</item>
296         <item>SG</item>
297         <item>BR</item>
298         <item>IN</item>
299     </string-array>
300 </resources>