Jaewan Kim | fcbd736 | 2024-10-30 01:11:31 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright 2024 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| 18 | <string name="preference_file_key" translatable="false">com.android.virtualization.terminal.PREFERENCE_FILE_KEY</string> |
| 19 | <string name="preference_disk_size_key" translatable="false">PREFERENCE_DISK_SIZE_KEY</string> |
Mu-Le Lee | 7bacda4 | 2024-11-01 20:56:07 +0800 | [diff] [blame] | 20 | <string name="preference_forwarding_ports" translatable="false">PREFERENCE_FORWARDING_PORTS</string> |
| 21 | <string name="preference_forwarding_port_is_enabled" translatable="false">PREFERENCE_FORWARDING_PORT_IS_ENABLED_</string> |
Jeongik Cha | 914606c | 2024-11-29 18:36:15 +0900 | [diff] [blame] | 22 | |
| 23 | <bool name="terminal_portrait_only">true</bool> |
Jiyong Park | 7f08fb9 | 2024-11-26 15:11:07 +0900 | [diff] [blame] | 24 | </resources> |