| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| Copyright (C) 2016 The CyanogenMod Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <resources> |
| <!-- Per-app notification settings: Timeout period in which the app notifications are muted. These are shown in a list dialog. --> |
| <string-array name="app_notification_sound_timeout_entries" translatable="false"> |
| <item>@string/app_notification_sound_timeout_value_none</item> |
| <item>@string/app_notification_sound_timeout_value_10_seconds</item> |
| <item>@string/app_notification_sound_timeout_value_30_seconds</item> |
| <item>@string/app_notification_sound_timeout_value_1_minute</item> |
| <item>@string/app_notification_sound_timeout_value_5_minutes</item> |
| <item>@string/app_notification_sound_timeout_value_15_minutes</item> |
| <item>@string/app_notification_sound_timeout_value_30_minutes</item> |
| </string-array> |
| |
| <!-- Do not translate. --> |
| <string-array name="app_notification_sound_timeout_values" translatable="false"> |
| <item>0</item> |
| <item>10000</item> |
| <item>30000</item> |
| <item>60000</item> |
| <item>300000</item> |
| <item>900000</item> |
| <item>1800000</item> |
| </string-array> |
| </resources> |