diff options
| author | 2022-08-24 16:35:35 +0000 | |
|---|---|---|
| committer | 2022-08-24 16:35:35 +0000 | |
| commit | 2ca66d78f640b1a40e86deef72919aa004edd067 (patch) | |
| tree | 8b6913da1ca45cf6126f92f42ed7acd74c44fcd5 | |
| parent | 8b75735eca784cfc947a2f7e1c602e3c607cb954 (diff) | |
| parent | 9ed16537cea16ed83c4f34d5b3a4effa0d1342df (diff) | |
Merge "Remove "Learn more" string from the device logs access prompt body content" into tm-qpr-dev am: 3540ea92ac am: 9ed16537ce
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/19698239
Change-Id: I8af94dacd04be723da60665eb1fb19bf1800de31
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 7a2c866375d2..11a336183cc7 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5752,7 +5752,7 @@ <!-- Content for the log access confirmation dialog. [CHAR LIMIT=NONE]--> <string name="log_access_confirmation_body">Device logs record what happens on your device. Apps can use these logs to find and fix issues.\n\nSome logs may contain sensitive info, so only allow apps you trust to access all device logs. - \n\nIf you don’t allow this app to access all device logs, it can still access its own logs. Your device manufacturer may still be able to access some logs or info on your device. Learn more + \n\nIf you don’t allow this app to access all device logs, it can still access its own logs. Your device manufacturer may still be able to access some logs or info on your device. </string> <!-- Privacy notice do not show [CHAR LIMIT=20] --> |