Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2013 The OmniROM Project |
| 3 | |
| 4 | Parts Copyright (C) 2012-2013 The CyanogenMod Project |
| 5 | |
| 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation, either version 2 of the License, or |
| 9 | (at your option) any later version. |
| 10 | |
| 11 | This program is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | GNU General Public License for more details. |
| 15 | |
| 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | --> |
| 19 | |
| 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 21 | <string-array name="keys_action_entries" translatable="false"> |
| 22 | <item>@string/keys_action_nothing</item> |
| 23 | <item>@string/keys_action_home</item> |
| 24 | <item>@string/keys_action_back</item> |
| 25 | <item>@string/keys_action_menu</item> |
| 26 | <item>@string/keys_action_app_switch</item> |
| 27 | <item>@string/keys_action_search</item> |
| 28 | <item>@string/keys_action_voice_search</item> |
| 29 | <item>@string/keys_action_in_app_search</item> |
| 30 | <item>@string/keys_action_last_app</item> |
| 31 | <item>@string/keys_action_kill_app</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 32 | <item>@string/keys_action_sleep</item> |
| 33 | <item>@string/keys_action_omniswitch</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 34 | </string-array> |
| 35 | |
| 36 | <string-array name="keys_action_values" translatable="false"> |
| 37 | <item>0</item> |
| 38 | <item>6</item> |
| 39 | <item>7</item> |
| 40 | <item>1</item> |
| 41 | <item>2</item> |
| 42 | <item>3</item> |
| 43 | <item>4</item> |
| 44 | <item>5</item> |
| 45 | <item>8</item> |
| 46 | <item>9</item> |
maxwen | f2ac0c8 | 2015-01-01 22:36:59 +0100 | [diff] [blame] | 47 | <item>10</item> |
| 48 | <item>11</item> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 49 | </string-array> |
Yanuar Harry | 15778e1 | 2015-02-11 21:26:16 +0700 | [diff] [blame] | 50 | |
| 51 | <string-array name="doze_pulse_duration_in_entries" translatable="false"> |
| 52 | <item>@string/twohundred_ms</item> |
| 53 | <item>@string/fivehundred_ms</item> |
| 54 | <item>@string/one_second_default</item> |
| 55 | <item>@string/onehalf_second</item> |
| 56 | <item>@string/two_second</item> |
| 57 | </string-array> |
| 58 | |
| 59 | <string-array name="doze_pulse_duration_in_values" translatable="false"> |
| 60 | <item>200</item> |
| 61 | <item>500</item> |
| 62 | <item>1000</item> |
| 63 | <item>1500</item> |
| 64 | <item>2000</item> |
| 65 | </string-array> |
| 66 | |
| 67 | <string-array name="doze_pulse_duration_visible_entries" translatable="false"> |
| 68 | <item>@string/one_second</item> |
| 69 | <item>@string/onehalf_second</item> |
| 70 | <item>@string/two_second</item> |
| 71 | <item>@string/twohalf_second</item> |
| 72 | <item>@string/three_second_default</item> |
| 73 | <item>@string/threehalf_second</item> |
| 74 | <item>@string/four_second</item> |
| 75 | <item>@string/fourhalf_second</item> |
| 76 | <item>@string/five_second</item> |
| 77 | </string-array> |
| 78 | |
| 79 | <string-array name="doze_pulse_duration_visible_values" translatable="false"> |
| 80 | <item>1000</item> |
| 81 | <item>1500</item> |
| 82 | <item>2000</item> |
| 83 | <item>2500</item> |
| 84 | <item>3000</item> |
| 85 | <item>3500</item> |
| 86 | <item>4000</item> |
| 87 | <item>4500</item> |
| 88 | <item>5000</item> |
| 89 | </string-array> |
| 90 | |
| 91 | <string-array name="doze_shake_acc_threshold_entries" translatable="false"> |
| 92 | <item>@string/veryeasy_shake</item> |
| 93 | <item>@string/easy_shake</item> |
| 94 | <item>@string/medium_shake</item> |
| 95 | <item>@string/hard_shake</item> |
| 96 | <item>@string/veryhard_shake</item> |
| 97 | <item>@string/strong_shake</item> |
| 98 | </string-array> |
| 99 | |
| 100 | <string-array name="doze_shake_acc_threshold_values" translatable="false"> |
| 101 | <item>2</item> |
| 102 | <item>5</item> |
| 103 | <item>10</item> |
| 104 | <item>13</item> |
| 105 | <item>16</item> |
| 106 | <item>20</item> |
| 107 | </string-array> |
| 108 | |
| 109 | <string-array name="doze_list_mode_entries" translatable="false"> |
| 110 | <item>@string/fully_mode</item> |
| 111 | <item>@string/pocket_shake_mode</item> |
| 112 | <item>@string/pocket_pulse_mode</item> |
| 113 | <item>@string/pocket_only_mode</item> |
| 114 | <item>@string/shake_pulse_mode</item> |
| 115 | <item>@string/pulse_only_mode</item> |
| 116 | </string-array> |
| 117 | |
| 118 | <string-array name="doze_list_mode_values" translatable="false"> |
| 119 | <item>1</item> |
| 120 | <item>2</item> |
| 121 | <item>3</item> |
| 122 | <item>4</item> |
| 123 | <item>5</item> |
| 124 | <item>6</item> |
| 125 | </string-array> |
maxwen | cf17b06 | 2015-03-21 00:22:14 +0100 | [diff] [blame] | 126 | |
| 127 | <!-- led color list --> |
| 128 | <string-array name="entries_led_colors" translatable="false"> |
| 129 | <item>@string/led_color_green</item> |
| 130 | <item>@string/led_color_red</item> |
| 131 | </string-array> |
| 132 | |
| 133 | <string-array name="values_led_colors" translatable="false"> |
| 134 | <item>#FF00FF00</item> |
| 135 | <item>#FFFF0000</item> |
| 136 | </string-array> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 137 | |
| 138 | <!-- show battery percent --> |
| 139 | <string-array name="entries_battery_percent" translatable="false"> |
| 140 | <item>@string/battery_percent_none</item> |
| 141 | <item>@string/battery_percent_always</item> |
Ezio Lacandia Bijelkic | d6a14e5 | 2016-10-07 12:29:29 +0200 | [diff] [blame] | 142 | <!--<item>@string/battery_percent_expanded</item>--> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 143 | </string-array> |
| 144 | |
| 145 | <string-array name="values_battery_percent" translatable="false"> |
| 146 | <item>0</item> |
| 147 | <item>1</item> |
Ezio Lacandia Bijelkic | d6a14e5 | 2016-10-07 12:29:29 +0200 | [diff] [blame] | 148 | <!--<item>2</item>--> |
maxwen | 70e478f | 2015-04-20 01:26:36 +0200 | [diff] [blame] | 149 | </string-array> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 150 | |
| 151 | <string-array name="navbar_recents_style_entries" translatable="false"> |
maxwen | bf8e197 | 2017-04-09 16:41:38 +0200 | [diff] [blame] | 152 | <item>@string/keys_action_app_switch_card</item> |
| 153 | <item>@string/keys_action_app_switch_grid</item> |
maxwen | 57f4546 | 2015-11-27 22:33:02 +0100 | [diff] [blame] | 154 | <item>@string/keys_action_omniswitch_short</item> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 155 | </string-array> |
| 156 | |
| 157 | <string-array name="navbar_recents_style_values" translatable="false"> |
| 158 | <item>0</item> |
maxwen | bf8e197 | 2017-04-09 16:41:38 +0200 | [diff] [blame] | 159 | <item>2</item> |
maxwen | a2af557 | 2015-07-04 00:36:51 +0200 | [diff] [blame] | 160 | <item>1</item> |
| 161 | </string-array> |
maxwen | 03a3651 | 2015-09-25 23:35:44 +0200 | [diff] [blame] | 162 | |
| 163 | <!-- Network Traffic Display States --> |
| 164 | <string-array name="show_network_traffic_state_entries" translatable="false"> |
| 165 | <item>@string/show_network_traffic_disable</item> |
| 166 | <item>@string/show_network_traffic_up</item> |
| 167 | <item>@string/show_network_traffic_down</item> |
| 168 | <item>@string/show_network_traffic_all</item> |
| 169 | </string-array> |
| 170 | |
| 171 | <string-array name="show_network_traffic_state_values" translatable="false"> |
| 172 | <item>0</item> |
| 173 | <item>1</item> |
| 174 | <item>2</item> |
| 175 | <item>3</item> |
| 176 | </string-array> |
| 177 | |
| 178 | <!-- Network Traffic Display Unit --> |
| 179 | <string-array name="show_network_traffic_unit_entries" translatable="false"> |
| 180 | <item>@string/show_network_traffic_bit</item> |
| 181 | <item>@string/show_network_traffic_byte</item> |
| 182 | </string-array> |
| 183 | |
| 184 | <string-array name="show_network_traffic_unit_values" translatable="false"> |
| 185 | <item>0</item> |
| 186 | <item>1</item> |
| 187 | </string-array> |
| 188 | |
| 189 | <!-- Network Traffic Period --> |
| 190 | <string-array name="show_network_traffic_frequency_entries" translatable="false"> |
| 191 | <item>@string/show_network_traffic_500</item> |
| 192 | <item>@string/show_network_traffic_1000</item> |
| 193 | <item>@string/show_network_traffic_1500</item> |
| 194 | <item>@string/show_network_traffic_2000</item> |
| 195 | </string-array> |
| 196 | |
| 197 | <string-array name="show_network_traffic_frequency_values" translatable="false"> |
| 198 | <item>500</item> |
| 199 | <item>1000</item> |
| 200 | <item>1500</item> |
| 201 | <item>2000</item> |
| 202 | </string-array> |
maxwen | 6482395 | 2016-01-22 23:16:58 +0100 | [diff] [blame] | 203 | |
| 204 | <!-- Dashboard columns --> |
| 205 | <string-array name="dashboard_columns_phone_entries"> |
| 206 | <item>@string/dashboard_columns_phone_default</item> |
| 207 | <item>@string/dashboard_columns_two</item> |
| 208 | <item>@string/dashboard_columns_three</item> |
| 209 | </string-array> |
| 210 | |
| 211 | <string-array name="dashboard_columns_phone_values" translatable="false"> |
| 212 | <item>1</item> |
| 213 | <item>2</item> |
| 214 | <item>3</item> |
| 215 | </string-array> |
| 216 | |
| 217 | <string-array name="dashboard_columns_tablet_entries"> |
| 218 | <item>@string/dashboard_columns_tablet_default</item> |
| 219 | <item>@string/dashboard_columns_three</item> |
| 220 | <item>@string/dashboard_columns_four</item> |
| 221 | </string-array> |
| 222 | |
| 223 | <string-array name="dashboard_columns_tablet_values" translatable="false"> |
| 224 | <item>2</item> |
| 225 | <item>3</item> |
| 226 | <item>4</item> |
| 227 | </string-array> |
maxwen | 2d1c181 | 2016-01-29 15:55:03 +0100 | [diff] [blame] | 228 | |
| 229 | <string-array name="button_back_kill_timeout_entries" translatable="false"> |
| 230 | <item>@string/button_back_kill_timeout_500ms</item> |
| 231 | <item>@string/button_back_kill_timeout_1000ms</item> |
| 232 | <item>@string/button_back_kill_timeout_1500ms</item> |
| 233 | </string-array> |
| 234 | |
| 235 | <string-array name="button_back_kill_timeout_values" translatable="false"> |
| 236 | <item>500</item> |
| 237 | <item>1000</item> |
| 238 | <item>1500</item> |
| 239 | </string-array> |
maxwen | eb0305d | 2016-06-12 19:45:07 +0200 | [diff] [blame] | 240 | |
| 241 | <!-- Quick pulldown --> |
| 242 | <string-array name="status_bar_quick_qs_pulldown_entries" translatable="false"> |
| 243 | <item>@string/status_bar_quick_qs_pulldown_off</item> |
| 244 | <item>@string/status_bar_quick_qs_pulldown_right</item> |
| 245 | <item>@string/status_bar_quick_qs_pulldown_left</item> |
| 246 | </string-array> |
| 247 | |
| 248 | <string-array name="status_bar_quick_qs_pulldown_values" translatable="false"> |
| 249 | <item>0</item> |
| 250 | <item>1</item> |
| 251 | <item>2</item> |
| 252 | </string-array> |
Alex | d2254bb | 2016-09-23 20:59:08 +0200 | [diff] [blame] | 253 | <!-- Power menu Animations --> |
| 254 | <string-array name="power_menu_animations_entries"> |
| 255 | <item>@string/power_menu_animation_enter</item> |
| 256 | <item>@string/power_menu_animation_bottom</item> |
| 257 | <item>@string/power_menu_animation_top</item> |
| 258 | </string-array> |
| 259 | |
| 260 | <string-array name="power_menu_animations_values" translatable="false"> |
| 261 | <item>0</item> |
| 262 | <item>1</item> |
| 263 | <item>2</item> |
| 264 | </string-array> |
Marko Man | d2140f6 | 2016-09-16 01:26:05 +0200 | [diff] [blame] | 265 | <!-- Values for the notification light pulse spinners --> |
| 266 | <string-array name="notification_pulse_length_entries" translatable="false"> |
| 267 | <item>@string/pulse_length_always_on</item> |
| 268 | <item>@string/pulse_length_very_short</item> |
| 269 | <item>@string/pulse_length_short</item> |
| 270 | <item>@string/pulse_length_normal</item> |
| 271 | <item>@string/pulse_length_long</item> |
| 272 | <item>@string/pulse_length_very_long</item> |
| 273 | </string-array> |
| 274 | |
| 275 | <string-array name="notification_pulse_length_values" translatable="false"> |
| 276 | <item>1</item> |
| 277 | <item>250</item> |
| 278 | <item>500</item> |
| 279 | <item>1000</item> |
| 280 | <item>2000</item> |
| 281 | <item>5000</item> |
| 282 | </string-array> |
| 283 | |
| 284 | <string-array name="notification_pulse_speed_entries" translatable="false"> |
| 285 | <item>@string/pulse_speed_very_fast</item> |
| 286 | <item>@string/pulse_speed_fast</item> |
| 287 | <item>@string/pulse_speed_normal</item> |
| 288 | <item>@string/pulse_speed_slow</item> |
| 289 | <item>@string/pulse_speed_very_slow</item> |
| 290 | </string-array> |
| 291 | |
| 292 | <string-array name="notification_pulse_speed_values" translatable="false"> |
| 293 | <item>250</item> |
| 294 | <item>500</item> |
| 295 | <item>1000</item> |
| 296 | <item>2000</item> |
| 297 | <item>5000</item> |
| 298 | </string-array> |
maxwen | c6ae7f9 | 2017-01-08 20:47:12 +0100 | [diff] [blame] | 299 | |
| 300 | <string-array name="custom_header_provider_entries" translatable="false"> |
| 301 | <item>@string/daylight_header_provider_title</item> |
| 302 | <item>@string/static_header_provider_title</item> |
| 303 | </string-array> |
| 304 | |
| 305 | <string-array name="custom_header_provider_values" translatable="false"> |
| 306 | <item>@string/daylight_header_provider</item> |
| 307 | <item>@string/static_header_provider</item> |
| 308 | </string-array> |
maxwen | 6bcb5c5 | 2017-01-21 17:21:33 +0100 | [diff] [blame] | 309 | |
| 310 | <!-- Possible values for user theme in Display Settings. |
| 311 | Do not translate. --> |
| 312 | <string-array name="night_mode_entries" translatable="false"> |
| 313 | <!-- Do not translate. --> |
| 314 | <item>@string/night_mode_no</item> |
| 315 | <!-- Do not translate. --> |
| 316 | <item>@string/night_mode_yes</item> |
| 317 | </string-array> |
| 318 | |
| 319 | <!-- These values should match up with the MODE_NIGHT constants in UiModeManager. |
| 320 | Do not translate. --> |
| 321 | <string-array name="night_mode_values" translatable="false"> |
| 322 | <!-- Do not translate. --> |
| 323 | <item>1</item> |
| 324 | <!-- Do not translate. --> |
| 325 | <item>2</item> |
| 326 | </string-array> |
maxwen | cbe9ed7 | 2017-01-23 02:17:43 +0100 | [diff] [blame] | 327 | |
| 328 | <string-array name="period_type_entries"> |
| 329 | <item>@string/since_reset</item> |
| 330 | <item>@string/since_boot</item> |
| 331 | </string-array> |
| 332 | <string-array name="wakelock_period_type_entries"> |
| 333 | <item>@string/since_reset</item> |
| 334 | <item>@string/since_unplug</item> |
| 335 | </string-array> |
| 336 | <string-array name="list_type_entries"> |
| 337 | <item>@string/other</item> |
| 338 | <item>@string/kernel_wakelocks</item> |
| 339 | <item>@string/partial_wakelocks</item> |
| 340 | <item>@string/app_wakelocks</item> |
| 341 | </string-array> |
| 342 | <string-array name="state_time_entries"> |
| 343 | <item>@string/total_time</item> |
| 344 | <item>@string/wakelock_time</item> |
| 345 | </string-array> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 346 | |
| 347 | <!-- Doze settings editor --> |
| 348 | <string-array name="idle_config_keys" translatable="false"> |
| 349 | <item>light_after_inactive_to</item> |
| 350 | <item>light_pre_idle_to</item> |
| 351 | <item>light_idle_to</item> |
| 352 | <item>light_idle_factor</item> |
| 353 | <item>light_max_idle_to</item> |
| 354 | <item>light_idle_maintenance_min_budget</item> |
| 355 | <item>light_idle_maintenance_max_budget</item> |
| 356 | <item>min_light_maintenance_time</item> |
| 357 | <item>min_deep_maintenance_time</item> |
| 358 | <item>inactive_to</item> |
| 359 | <item>sensing_to</item> |
| 360 | <item>locating_to</item> |
| 361 | <item>location_accuracy</item> |
| 362 | <item>motion_inactive_to</item> |
| 363 | <item>idle_after_inactive_to</item> |
| 364 | <item>idle_pending_to</item> |
| 365 | <item>max_idle_pending_to</item> |
| 366 | <item>idle_pending_factor</item> |
| 367 | <item>idle_to</item> |
| 368 | <item>max_idle_to</item> |
| 369 | <item>idle_factor</item> |
| 370 | <item>min_time_to_alarm</item> |
| 371 | <item>max_temp_app_whitelist_duration</item> |
| 372 | <item>mms_temp_app_whitelist_duration</item> |
| 373 | <item>sms_temp_app_whitelist_duration</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 374 | <item>notification_whitelist_duration</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 375 | </string-array> |
| 376 | |
| 377 | <string-array name="idle_config_keys_basic" translatable="false"> |
| 378 | <item>light_after_inactive_to</item> |
| 379 | <item>light_pre_idle_to</item> |
| 380 | <item>light_idle_to</item> |
| 381 | <item>inactive_to</item> |
| 382 | <item>sensing_to</item> |
| 383 | <item>locating_to</item> |
| 384 | <item>motion_inactive_to</item> |
| 385 | <item>idle_after_inactive_to</item> |
| 386 | <item>idle_pending_to</item> |
| 387 | <item>idle_to</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 388 | </string-array> |
| 389 | |
| 390 | <string-array name="idle_config_desc" translatable="false"> |
| 391 | <item>@string/DESC_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 392 | <item>@string/DESC_LIGHT_PRE_IDLE_TIMEOUT</item> |
| 393 | <item>@string/DESC_LIGHT_IDLE_TIMEOUT</item> |
| 394 | <item>@string/DESC_LIGHT_IDLE_FACTOR</item> |
| 395 | <item>@string/DESC_LIGHT_MAX_IDLE_TIMEOUT</item> |
| 396 | <item>@string/DESC_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET</item> |
| 397 | <item>@string/DESC_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET</item> |
| 398 | <item>@string/DESC_MIN_LIGHT_MAINTENANCE_TIME</item> |
| 399 | <item>@string/DESC_MIN_DEEP_MAINTENANCE_TIME</item> |
| 400 | <item>@string/DESC_INACTIVE_TIMEOUT</item> |
| 401 | <item>@string/DESC_SENSING_TIMEOUT</item> |
| 402 | <item>@string/DESC_LOCATING_TIMEOUT</item> |
| 403 | <item>@string/DESC_LOCATION_ACCURACY</item> |
| 404 | <item>@string/DESC_MOTION_INACTIVE_TIMEOUT</item> |
| 405 | <item>@string/DESC_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 406 | <item>@string/DESC_IDLE_PENDING_TIMEOUT</item> |
| 407 | <item>@string/DESC_MAX_IDLE_PENDING_TIMEOUT</item> |
| 408 | <item>@string/DESC_IDLE_PENDING_FACTOR</item> |
| 409 | <item>@string/DESC_IDLE_TIMEOUT</item> |
| 410 | <item>@string/DESC_MAX_IDLE_TIMEOUT</item> |
| 411 | <item>@string/DESC_IDLE_FACTOR</item> |
| 412 | <item>@string/DESC_MIN_TIME_TO_ALARM</item> |
| 413 | <item>@string/DESC_MAX_TEMP_APP_WHITELIST_DURATION</item> |
| 414 | <item>@string/DESC_MMS_TEMP_APP_WHITELIST_DURATION</item> |
| 415 | <item>@string/DESC_SMS_TEMP_APP_WHITELIST_DURATION</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 416 | <item>@string/DESC_KEY_NOTIFICATION_WHITELIST_DURATION</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 417 | </string-array> |
| 418 | |
| 419 | <string-array name="idle_config_short" translatable="false"> |
| 420 | <item>@string/SHORT_LIGHT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 421 | <item>@string/SHORT_LIGHT_PRE_IDLE_TIMEOUT</item> |
| 422 | <item>@string/SHORT_LIGHT_IDLE_TIMEOUT</item> |
| 423 | <item>@string/SHORT_LIGHT_IDLE_FACTOR</item> |
| 424 | <item>@string/SHORT_LIGHT_MAX_IDLE_TIMEOUT</item> |
| 425 | <item>@string/SHORT_LIGHT_IDLE_MAINTENANCE_MIN_BUDGET</item> |
| 426 | <item>@string/SHORT_LIGHT_IDLE_MAINTENANCE_MAX_BUDGET</item> |
| 427 | <item>@string/SHORT_MIN_LIGHT_MAINTENANCE_TIME</item> |
| 428 | <item>@string/SHORT_MIN_DEEP_MAINTENANCE_TIME</item> |
| 429 | <item>@string/SHORT_INACTIVE_TIMEOUT</item> |
| 430 | <item>@string/SHORT_SENSING_TIMEOUT</item> |
| 431 | <item>@string/SHORT_LOCATING_TIMEOUT</item> |
| 432 | <item>@string/SHORT_LOCATION_ACCURACY</item> |
| 433 | <item>@string/SHORT_MOTION_INACTIVE_TIMEOUT</item> |
| 434 | <item>@string/SHORT_IDLE_AFTER_INACTIVE_TIMEOUT</item> |
| 435 | <item>@string/SHORT_IDLE_PENDING_TIMEOUT</item> |
| 436 | <item>@string/SHORT_MAX_IDLE_PENDING_TIMEOUT</item> |
| 437 | <item>@string/SHORT_IDLE_PENDING_FACTOR</item> |
| 438 | <item>@string/SHORT_IDLE_TIMEOUT</item> |
| 439 | <item>@string/SHORT_MAX_IDLE_TIMEOUT</item> |
| 440 | <item>@string/SHORT_IDLE_FACTOR</item> |
| 441 | <item>@string/SHORT_MIN_TIME_TO_ALARM</item> |
| 442 | <item>@string/SHORT_MAX_TEMP_APP_WHITELIST_DURATION</item> |
| 443 | <item>@string/SHORT_MMS_TEMP_APP_WHITELIST_DURATION</item> |
| 444 | <item>@string/SHORT_SMS_TEMP_APP_WHITELIST_DURATION</item> |
maxwen | 75add90 | 2017-06-03 17:41:59 +0200 | [diff] [blame] | 445 | <item>@string/SHORT_KEY_NOTIFICATION_WHITELIST_DURATION</item> |
maxwen | 6206ccd | 2017-05-25 15:38:34 +0200 | [diff] [blame] | 446 | </string-array> |
maxwen | 30fbdc2 | 2017-07-03 17:37:01 +0200 | [diff] [blame^] | 447 | |
| 448 | <string-array name="long_press_recents_action_entries" translatable="false"> |
| 449 | <item>@string/long_press_recents_action_split</item> |
| 450 | <item>@string/long_press_recents_action_lastapp</item> |
| 451 | </string-array> |
| 452 | |
| 453 | <string-array name="long_press_recents_action_values" translatable="false"> |
| 454 | <item>0</item> |
| 455 | <item>1</item> |
| 456 | </string-array> |
Benjamin Cheng | a5882a0 | 2014-12-28 13:48:36 -0500 | [diff] [blame] | 457 | </resources> |