Merge "Fix phone call string in dialog" into sc-dev

This commit is contained in:
Fabian Kozynski
2021-02-01 21:16:20 +00:00
committed by Android (Google) Code Review

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>