diff options
| author | 2011-10-04 16:19:27 -0700 | |
|---|---|---|
| committer | 2011-10-04 16:19:27 -0700 | |
| commit | 53902603a47e6be0113c6e48abbbbe09b680fe13 (patch) | |
| tree | b1160342bb25928d5db840c72a8a539dd884160f | |
| parent | b5de598554a97c557a3e0c20c28bbe5454164a6d (diff) | |
| parent | 873aeb0f8a4516f7921839e964cecd6c327e5d5e (diff) | |
Merge "Fix permission strings to match ICS-FactoryROM."
| -rwxr-xr-x | core/res/res/values/strings.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 86ce5efc47b1..9208efe71b91 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -943,15 +943,16 @@ <!-- Title of the read social stream permission, listed so the user can decide whether to allow the application to read information from the user's social stream. [CHAR LIMIT=30] --> <string name="permlab_readSocialStream" product="default">read your social stream</string> - <string name="permdesc_readSocialStream" product="default">Allows the application to access and - sync social updates from your friends. Malicious apps can use this to access private - communications between you and your friends on social networks.</string> + <string name="permdesc_readSocialStream" product="default">Allows the application to access + and sync social updates from you and your friends. Malicious apps can use this to read + private communications between you and your friends on social networks.</string> <!-- Title of the write social stream permission, listed so the user can decide whether to allow the application to write information to the user's social stream. [CHAR LIMIT=30] --> <string name="permlab_writeSocialStream" product="default">write to your social stream</string> - <string name="permdesc_writeSocialStream" product="default">Allows the application to provide - social updates from your friends. Malicious apps can use this to fake updates from your - friends, for instance to phish confidential information from you.</string> + <string name="permdesc_writeSocialStream" product="default">Allows the application to display + social updates from your friends. Malicious apps can use this to pretend to be a friend + and trick you into revealing passwords or other confidential information.</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_readCalendar">read calendar events plus confidential information</string> |