summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMaurice Chu <mochu@google.com>2012-04-23 17:34:59 -0700
committerMaurice Chu <mochu@google.com>2012-04-23 17:34:59 -0700
commit8aae6a8e94c3193e2a5b0e20c2f1190d41c3a4ef (patch)
tree5e7c9579ea35e8f2f6da2d1f6998339a51dbe6c6 /core/res
parentfd6a5245ccb0294dada070444d9d9c6be752e668 (diff)
downloadframeworks_base-8aae6a8e94c3193e2a5b0e20c2f1190d41c3a4ef.zip
frameworks_base-8aae6a8e94c3193e2a5b0e20c2f1190d41c3a4ef.tar.gz
frameworks_base-8aae6a8e94c3193e2a5b0e20c2f1190d41c3a4ef.tar.bz2
Changed the description of android.permission.READ_CONTACTS
Bug:6141955 Change-Id: Ia1038f45d4f72358446ec265130bb34f8b228f82
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/strings.xml33
1 files changed, 21 insertions, 12 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 9546a10..9a16521 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -959,24 +959,33 @@
<string name="permlab_readContacts">read contact data</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_readContacts" product="tablet">Allows the app to read all
- of the contact (address) data stored on your tablet. Malicious apps
- may use this to send your data to other people.</string>
+ the data about your contacts stored on your tablet, including the frequency
+ with which you've called, emailed, or communicated in other ways with specific
+ individuals. This helps with auto-completion of email addresses and other convenient
+ features. Malicious apps can use this permission to send your contact data to
+ other people.</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permdesc_readContacts" product="default">Allows the app to read all
- of the contact (address) data stored on your phone. Malicious apps
- may use this to send your data to other people.</string>
+ the data about your contacts stored on your phone, including the frequency
+ with which you've called, emailed, or communicated in other ways with specific
+ individuals. This helps with auto-completion of email addresses and other convenient
+ features. Malicious apps can use this permission to send your contact data to
+ other people.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_writeContacts">write contact data</string>
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permdesc_writeContacts" product="tablet">Allows the app to modify the
- contact (address) data stored on your tablet. Malicious
- apps may use this to erase or modify your contact data.</string>
- <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
- <string name="permdesc_writeContacts" product="default">Allows the app to modify the
- contact (address) data stored on your phone. Malicious
- apps may use this to erase or modify your contact data.</string>
-
+ <string name="permdesc_writeContacts" product="tablet">Allows the app to modify
+ the data about your contacts stored on your tablet, including the frequency
+ with which you've called, emailed, or communicated in other ways with specific
+ individuals. This helps with auto-completion of email addresses and other convenient
+ features. Malicious apps may use this to erase or modify your contact data.</string>
+ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
+ <string name="permdesc_writeContacts" product="default">Allows the app to modify
+ the data about your contacts stored on your phone, including the frequency
+ with which you've called, emailed, or communicated in other ways with specific
+ individuals. This helps with auto-completion of email addresses and other convenient
+ features. Malicious apps may use this to erase or modify your contact data.</string>
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
<string name="permlab_readCallLog">read call log</string>