| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ~ Copyright (C) 2020 The Android Open Source 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> |
| <!-- Component name of default touch IME. This resource should be overlaid if a device uses an |
| IME other than CarLatinIME. This resource should not be empty. --> |
| <string name="default_touch_input_method" translatable="false">com.android.inputmethod.latin/.CarLatinIME</string> |
| <!-- Component name of rotary IME. Empty if none. The value must be different from |
| default_touch_input_method. |
| If the value is not empty, this IME will be only used in rotary mode; otherwise, touch IME |
| will be used in both touch mode and rotary mode. --> |
| <string name="rotary_input_method" translatable="false"></string> |
| |
| <!-- Intents to launch an activity when the user nudges up, down, left, or right off the edge of |
| the screen. No activity is launched if the relevant element of this array is empty. --> |
| <string-array name="off_screen_nudge_intents" translatable="false"> |
| <item></item> |
| <item></item> |
| <item></item> |
| <item></item> |
| </string-array> |
| |
| <!-- Package names of projected apps. --> |
| <string-array name="projected_apps" translatable="false"> |
| <item>com.google.android.embedded.projection</item> |
| </string-array> |
| </resources> |