Fix phone call string in dialog

Test: atest PrivacyDialogTest
Test: manual
Bug: 178834968
Change-Id: I2fa80ae9c2c42f10852a8040b5f3c5f01fb12538
This commit is contained in:
Fabian Kozynski
2021-02-01 13:24:15 -05:00
parent b9c60d9ac1
commit 49795ea10d

View File

@@ -2556,8 +2556,8 @@
<!-- Text for privacy dialog, indicating that the application is the enterprise version [CHAR LIMIT=NONE] -->
<string name="ongoing_privacy_dialog_enterprise">(enterprise)</string>
<!-- Text for privacy dialog, identifying the phonecall app [CHAR LIMIT=NONE]-->
<string name="ongoing_privacy_dialog_phonecall">Phonecall</string>
<!-- Text for privacy dialog, identifying the phone call app [CHAR LIMIT=NONE]-->
<string name="ongoing_privacy_dialog_phonecall">Phone call</string>
<!-- Text for privacy dialog, indicating that an app is using an op on behalf of another [CHAR LIMIT=NONE] -->
<string name="ongoing_privacy_dialog_attribution_text">(through <xliff:g id="attribution" example="Special app">%s</xliff:g>)</string>