summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Evan Chen <evanxinchen@google.com> 2022-03-15 17:06:55 +0000
committer Evan Chen <evanxinchen@google.com> 2022-03-15 17:06:55 +0000
commit847eaaeb08e573e334fe920ee1fcacc53f6154a5 (patch)
treecb9d12e858b427e6f256500e1eab6622a28f483d
parent5622ee0fd86bb9c00de1c6c51dee803730dd0efa (diff)
Fix typo for Computer profile
Fix typo, changed `contracts` to `contacts` Test: atest CtsCompanionDeviceManagerCoreTestCases atest CtsCompanionDeviceManagerUiAutomationTestCases atest CtsOsTestCases:CompanionDeviceManagerTest Fix: 224598585 Change-Id: I75ee0a85159a30b0a45b8c77a57e808746debd2f
-rw-r--r--packages/CompanionDeviceManager/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/CompanionDeviceManager/res/values/strings.xml b/packages/CompanionDeviceManager/res/values/strings.xml
index 55a199813388..67fc6c2dc864 100644
--- a/packages/CompanionDeviceManager/res/values/strings.xml
+++ b/packages/CompanionDeviceManager/res/values/strings.xml
@@ -82,7 +82,7 @@
<string name="permission_notification">Notifications</string>
<!-- Description of notification permission of COMPUTER profile [CHAR LIMIT=NONE] -->
- <string name="permission_notification_summary">Can read all notifications, including information like contracts, messages, and photos</string>
+ <string name="permission_notification_summary">Can read all notifications, including information like contacts, messages, and photos</string>
<!-- Storage permission will be granted of COMPUTER profile [CHAR LIMIT=30] -->
<string name="permission_storage">Photos and media</string>