diff options
author | 2025-02-20 15:58:04 +0000 | |
---|---|---|
committer | 2025-02-26 07:32:08 -0800 | |
commit | ef4d8f0837c7b00b083cc0dbe66382846a97eb5e (patch) | |
tree | fde91ba980c01f722e97dc04221ae2d1ef5c65c9 | |
parent | ac109db216411f8be0db680ab3f4aabb529be0f6 (diff) |
Fix new line issue in Bug Report dialog.
Instead of new line in the original string. We will use the "\n".
Bug: 390221478
Relnote: "N/A"
FLAG: EXEMPT refactor
Test: Build Succeeds. Existing CTS tests passes.
Change-Id: Ic040b57328a36bf6ac6bfd9f48d96ae8e5758dc0
LOW_COVERAGE_REASON=NON_CODE_ONLY
-rw-r--r-- | PermissionController/res/values/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml index 5714a2460..5dc571f45 100644 --- a/PermissionController/res/values/strings.xml +++ b/PermissionController/res/values/strings.xml @@ -1409,9 +1409,7 @@ <!-- Content for dialog shown when the user should confirm an incident / bug report. [CHAR LIMIT=none] --> - <string name="incident_report_dialog_text">"<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is requesting to upload a bug report from this device taken on <xliff:g id="date" example="December 26, 2018">%2$s</xliff:g> at <xliff:g id="time" example="1:20 PM">%3$s</xliff:g>. Bug reports include personal information about your device or logged by apps, for example, user names, location data, device identifiers, and network information. Only share bug reports with people and apps you trust with this information. - -Allow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> + <string name="incident_report_dialog_text">"<xliff:g id="app_name" example="Gmail">%1$s</xliff:g> is requesting to upload a bug report from this device taken on <xliff:g id="date" example="December 26, 2018">%2$s</xliff:g> at <xliff:g id="time" example="1:20 PM">%3$s</xliff:g>. Bug reports include personal information about your device or logged by apps, for example, user names, location data, device identifiers, and network information. Only share bug reports with people and apps you trust with this information.\n\nAllow <xliff:g id="app_name" example="Gmail">%4$s</xliff:g> to upload a bug report?"</string> <!-- Content for dialog shown when there was an error parsing the incident / bug report. [CHAR LIMIT=none] --> |