diff options
| author | 2019-12-05 22:39:22 +0000 | |
|---|---|---|
| committer | 2019-12-05 22:39:22 +0000 | |
| commit | faf22d2c2ac4b5e6a4c4f8e23a19ebb4c6688b5b (patch) | |
| tree | fd32cbc8200d0fc3e41cf8483c56298f92f897ee | |
| parent | 5c1bc257c04a7d13d67d28100e28506e1e74a170 (diff) | |
| parent | 68a73d9650317b88d0c83188e4976b078839bdb3 (diff) | |
Merge "Update read contacts permission to mention account info also included"
| -rw-r--r-- | core/res/res/values/strings.xml | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index dcf73792e041..0f5da39a2c1e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1014,23 +1014,29 @@ <string name="permdesc_readContacts" product="tablet">Allows the app to read 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 permission allows apps to save your contact + specific individuals. Apps will also have access to the accounts on your + tablet that have created contacts. This may include accounts created by + apps you have installed. This permission allows apps to save your contact data, and malicious apps may share contact data without your knowledge.</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="tv">Allows the app to read data about your contacts stored on your Android TV device, including the frequency with which you\'ve called, emailed, or communicated in other ways with - specific individuals. This permission allows apps to save your contact - data, and malicious apps may share contact data without your + specific individuals. Apps will also have access to the accounts on your + Android TV device that have created contacts. This may include accounts + created by apps you have installed. This permission allows apps to save + your contact data, and malicious apps may share contact data without your knowledge.</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 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 permission allows apps to save your - contact data, and malicious apps may share contact data without your - knowledge.</string> + with specific individuals. Apps will also have access to the accounts + on your phone that have created contacts. This may include accounts + created by apps you have installed. This permission allows apps to + save your contact data, and malicious apps may share contact data + without your knowledge.</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">modify your contacts</string> |