1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2023 The Android Open Source 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 18<resources> 19 <string name="accessibility_shortcut_description_pref" translatable="false">shortcut_description</string> 20 <string name="accessibility_shortcut_volume_keys_pref" translatable="false">shortcut_volume_keys_pref</string> 21 <string name="accessibility_shortcut_gesture_pref" translatable="false">shortcut_gesture_pref</string> 22 <string name="accessibility_shortcut_nav_button_pref" translatable="false">shortcut_nav_button_pref</string> 23 <string name="accessibility_shortcut_fab_pref" translatable="false">shortcut_fab_pref</string> 24 <string name="accessibility_shortcut_triple_tap_pref" translatable="false">shortcut_triple_tap_pref</string> 25 <string name="accessibility_shortcut_two_finger_double_tap_pref" translatable="false">shortcut_two_finger_double_tap_pref</string> 26 <string name="accessibility_shortcut_quick_settings_pref" translatable="false">shortcut_quick_settings_pref</string> 27 <string name="accessibility_shortcuts_advanced_collapsed" translatable="false">advanced_shortcuts_collapsed</string> 28</resources>