2019-12-10 17:36:23 +00:00
|
|
|
<?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>
|
2020-02-01 14:05:22 +00:00
|
|
|
<!-- Alert slider -->
|
2019-12-10 17:36:23 +00:00
|
|
|
<string-array name="notification_slider_action_entries" translatable="false">
|
|
|
|
<item>@string/notification_slider_mode_total_silence</item>
|
|
|
|
<item>@string/notification_slider_mode_silent</item>
|
|
|
|
<item>@string/notification_slider_mode_priority_only</item>
|
|
|
|
<item>@string/notification_slider_mode_vibrate</item>
|
|
|
|
<item>@string/notification_slider_mode_none</item>
|
|
|
|
</string-array>
|
|
|
|
<string-array name="notification_slider_action_entry_values" translatable="false">
|
|
|
|
<item>0</item>
|
|
|
|
<item>1</item>
|
|
|
|
<item>2</item>
|
|
|
|
<item>3</item>
|
|
|
|
<item>4</item>
|
|
|
|
</string-array>
|
|
|
|
|
2020-02-01 14:05:22 +00:00
|
|
|
<!-- Screen off Gestures -->
|
|
|
|
<string-array name="touchscreen_gesture_action_entries">
|
|
|
|
<item>@string/touchscreen_gesture_action_do_nothing</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_flashlight</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_camera</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_browser</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_dialer</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_email</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_messages</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_play_pause_music</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_previous_track</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_next_track</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_volume_down</item>
|
|
|
|
<item>@string/touchscreen_gesture_action_volume_up</item>
|
2020-02-17 20:40:40 +00:00
|
|
|
<item>@string/touchscreen_gesture_action_ambient_display</item>
|
2020-02-01 14:05:22 +00:00
|
|
|
</string-array>
|
|
|
|
<string-array name="touchscreen_gesture_action_values">
|
|
|
|
<item>0</item>
|
|
|
|
<item>1</item>
|
|
|
|
<item>2</item>
|
|
|
|
<item>3</item>
|
|
|
|
<item>4</item>
|
|
|
|
<item>5</item>
|
|
|
|
<item>6</item>
|
|
|
|
<item>7</item>
|
|
|
|
<item>8</item>
|
|
|
|
<item>9</item>
|
|
|
|
<item>10</item>
|
|
|
|
<item>11</item>
|
2020-02-17 20:40:40 +00:00
|
|
|
<item>12</item>
|
2020-02-01 14:05:22 +00:00
|
|
|
</string-array>
|
2019-12-10 17:36:23 +00:00
|
|
|
</resources>
|