From b8dbdc293a8495a873a9c36353d6a9408c698256 Mon Sep 17 00:00:00 2001 From: Chris Palmer Date: Wed, 15 Sep 2010 10:45:31 -0700 Subject: [PATCH] Clarify the danger of READ_LOGS and DUMP permissions. The logs inevitably contain PII, so now we are making that clear in user strings and developer docs. Moving DUMP and READ_LOGS into the PERSONAL_INFO group. Note that this means we need string translations. Change-Id: I1b5bf9d2d827ab1a31dedbdb30d0906a87c26a32 --- core/res/AndroidManifest.xml | 11 +++++------ core/res/res/values/strings.xml | 6 +++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index a543816e3dc8f..ab0ff3f1032db 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -590,8 +590,8 @@ @@ -840,11 +840,10 @@ android:description="@string/permdesc_clearAppCache" /> + Log entries can contain the user's private information, + which is why this permission is 'dangerous'. --> diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 59136392ccb8a..dc89acb24f969 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -704,12 +704,12 @@ Allows an application to move application resources from internal to external media and vice versa. - read system log files + read sensitive log data Allows an application to read from the system\'s various log files. This allows it to discover general - information about what you are doing with the phone, but they should - not contain any personal or private information. + information about what you are doing with the phone, potentially + including personal or private information. read/write to resources owned by diag