| <?xml version="1.0" encoding="utf-8"?> |
| <!-- |
| ~ Copyright (C) 2025 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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| |
| <!-- Title of the VirtualDeviceManager application. [CHAR LIMIT=50] --> |
| <string name="app_label">Virtual Device Manager</string> |
| |
| <!-- START REQUEST COMPUTER CONTROL ACCESS DIALOG --> |
| |
| <!-- Label for the title of request computer control access dialog [CHAR LIMIT=70] --> |
| <string name="request_computer_control_access_dialog_title">Allow <strong><xliff:g id="agent_app_name" example="Example Agent App">%1$s</xliff:g></strong> to use screen automation?</string> |
| |
| <!-- Label for the title of request computer control access dialog with per-app consent [CHAR LIMIT=70] [SCREENSHOT=screen/AxSKroN7QB7beZx] --> |
| <string name="request_computer_control_access_per_app_consent_dialog_title">Allow <strong><xliff:g id="agent_app_name" example="Example Agent App">%1$s</xliff:g></strong> to use screen automation with <strong><xliff:g id="automatable_app_name" example="Example Automatable App">%2$s</xliff:g></strong>?</string> |
| |
| <!-- Label for the description of request computer control access dialog [CHAR LIMIT=NONE] [SCREENSHOT=screen/AxSKroN7QB7beZx] --> |
| <string name="request_computer_control_access_dialog_description">This app will be able to see and interact with other apps\u2019 screen content to help you complete tasks, even when the apps are in the background</string> |
| |
| <!-- Label for the allow button for request computer control access dialog. [CHAR LIMIT=40] --> |
| <string name="request_computer_control_access_dialog_button_allow">Only this time</string> |
| |
| <!-- Label for the deny button for request computer control access dialog. [CHAR LIMIT=40] --> |
| <string name="request_computer_control_access_dialog_button_dont_allow">Don\u2019t allow</string> |
| |
| <!-- Label for the always allow button for request computer control access dialog. [CHAR LIMIT=40] --> |
| <string name="request_computer_control_access_dialog_button_always_allow">Always allow</string> |
| |
| <!-- END REQUEST COMPUTER CONTROL ACCESS DIALOG --> |
| |
| <!-- START AUTOMATED APP LAUNCH WARNING ACTIVITY DIALOG --> |
| |
| <!-- Label for the title of automated app launch warning dialog [CHAR LIMIT=70] --> |
| <string name="automated_app_launch_warning_dialog_title"><xliff:g id="agent_app_name" example="Example Agent App">%1$s</xliff:g> is using <xliff:g id="target_app_name" example="Example Target App">%2$s</xliff:g></string> |
| |
| <!-- Label for the description of automated app launch warning dialog [CHAR LIMIT=NONE] --> |
| <string name="automated_app_launch_warning_dialog_description">To view task progress, open the <xliff:g id="agent_app_name" example="Example Agent App">%1$s</xliff:g> app.<xliff:g id="empty_line">\n\n</xliff:g>If you stop the task now, you may lose your progress. To restart, open the <xliff:g id="agent_app_name" example="Example Agent App">%1$s</xliff:g> app.</string> |
| |
| <!-- Label for the stop button for automated app launch warning dialog. [CHAR LIMIT=40] --> |
| <string name="automated_app_launch_warning_dialog_stop">Stop task & open app</string> |
| |
| <!-- Label for the wait button for automated app launch warning dialog. [CHAR LIMIT=40] --> |
| <string name="automated_app_launch_warning_dialog_wait">Close</string> |
| |
| <!-- END AUTOMATED APP LAUNCH WARNING ACTIVITY DIALOG --> |
| |
| </resources> |