Update user consent dialog for device log access

Consent dialog string update from "Only this time" to "Allow one-time access".

This codebase is the continuity of the implementation ag/16618162 to
obtain user consent.

Bug: 193708292
Test: CtsVerifier
Ignore-AOSP-First: pending fix for logcat privacy issue
Change-Id: I27c16ec89d097d52e649c961b80ffb1284680202
This commit is contained in:
eunjeongshin
2022-03-31 18:42:21 +00:00
parent 5af77f1672
commit d968217777

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>