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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user