Merge "Update user consent dialog for device log access" into tm-dev

This commit is contained in:
Eun-Jeong Shin
2022-04-01 02:53:22 +00:00
committed by Android (Google) Code Review

View File

@@ -5716,8 +5716,8 @@
<!-- Title for the log access confirmation dialog. [CHAR LIMIT=NONE] -->
<string name="log_access_confirmation_title">Allow <xliff:g id="log_access_app_name" example="Example App">%s</xliff:g> to access all device logs?</string>
<!-- Label for the allow button on the log access confirmation dialog. [CHAR LIMIT=20] -->
<string name="log_access_confirmation_allow">Only this time</string>
<!-- Label for the allow button on the log access confirmation dialog. [CHAR LIMIT=40] -->
<string name="log_access_confirmation_allow">Allow one-time access</string>
<!-- Label for the deny button on the log access confirmation dialog. [CHAR LIMIT=20] -->
<string name="log_access_confirmation_deny">Don\u2019t allow</string>