diff options
author | Dave Santoro <dsantoro@google.com> | 2011-08-11 16:14:28 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-11 16:14:28 -0700 |
commit | 833a71ff88a6ef8b8ee94a6aed3b60a6ca008b9b (patch) | |
tree | 27bc3a55e8dc71e88dfbbc2428d536e3a4efdd77 | |
parent | df54b7c0002d72d6e057f304971cd021ba708790 (diff) | |
parent | 0e7a116821f70a4ccd3844a6db152e81fb79a9ae (diff) | |
download | frameworks_base-833a71ff88a6ef8b8ee94a6aed3b60a6ca008b9b.zip frameworks_base-833a71ff88a6ef8b8ee94a6aed3b60a6ca008b9b.tar.gz frameworks_base-833a71ff88a6ef8b8ee94a6aed3b60a6ca008b9b.tar.bz2 |
Merge "Update read/write profile permission descriptions."
-rwxr-xr-x | core/res/res/values/strings.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 583310d..71e302f 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -916,18 +916,19 @@ applications can use this to erase or modify your contact data.</string> <!-- Title of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=30] --> - <string name="permlab_readProfile">read profile data</string> + <string name="permlab_readProfile">read your profile data</string> <!-- Description of the read profile permission, listed so the user can decide whether to allow the application to read the user's personal profile data. [CHAR LIMIT=NONE] --> - <string name="permdesc_readProfile" product="default">Allows an application to read all - of your personal profile information. Malicious applications can use this to identify - you and send your personal information to other people.</string> + <string name="permdesc_readProfile" product="default">Allows the application to read personal + profile information stored on your device, such as your name and contact information. This + means the application can identify you and send your profile information to others.</string> <!-- Title of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=30] --> - <string name="permlab_writeProfile">write profile data</string> + <string name="permlab_writeProfile">write to your profile data</string> <!-- Description of the write profile permission, listed so the user can decide whether to allow the application to write to the user's personal profile data. [CHAR LIMIT=NONE] --> - <string name="permdesc_writeProfile" product="default">Allows an application to modify - your personal profile information. Malicious applications can use this to erase or - modify your profile data.</string> + <string name="permdesc_writeProfile" product="default">Allows the application to change or add + to personal profile information stored on your device, such as your name and contact + information. This means other applications can identify you and send your profile + information to others.</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> |