diff options
| author | 2022-03-08 17:37:29 +0000 | |
|---|---|---|
| committer | 2022-03-08 19:20:16 +0000 | |
| commit | 4ed4ebae60a48db8c3b203dc6626650dcc1bd64c (patch) | |
| tree | ea66aa471977eb629b83ff892713175dffca1789 | |
| parent | 3dee9e9f0c82d259b4081da0a8d8fd88d09bcaf1 (diff) | |
Fix the string typo for app_streaming role
Use `from` instead `for`
Test: atest CtsCompanionDeviceManagerCoreTestCases
atest CtsCompanionDeviceManagerUiAutomationTestCases
atest CtsOsTestCases:CompanionDeviceManagerTest
Fix: 223393615
Change-Id: Iae24991754b28261fe8cbd27c09b300a7f33c27e
| -rw-r--r-- | packages/CompanionDeviceManager/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CompanionDeviceManager/res/values/strings.xml b/packages/CompanionDeviceManager/res/values/strings.xml index 9626751679e1..3032533c82e7 100644 --- a/packages/CompanionDeviceManager/res/values/strings.xml +++ b/packages/CompanionDeviceManager/res/values/strings.xml @@ -39,7 +39,7 @@ <!-- ================= DEVICE_PROFILE_APP_STREAMING ================= --> <!-- Confirmation for associating an application with a companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] --> - <string name="title_app_streaming">Allow <strong><xliff:g id="app_name" example="Exo">%1$s</xliff:g></strong> to access this information for your phone</string> + <string name="title_app_streaming">Allow <strong><xliff:g id="app_name" example="Exo">%1$s</xliff:g></strong> to access this information from your phone</string> <!-- Description of the privileges the application will get if associated with the companion device of APP_STREAMING profile (type) [CHAR LIMIT=NONE] --> <string name="summary_app_streaming" product="default">Let <strong><xliff:g id="app_name" example="Exo">%1$s</xliff:g></strong> to provide <strong><xliff:g id="device_name" example="Pixelbook Go">%2$s</xliff:g></strong> remote access to access to applications installed on this phone when connected.</string> |