diff options
author | Andres Morales <anmorales@google.com> | 2014-07-10 15:00:13 -0700 |
---|---|---|
committer | Andres Morales <anmorales@google.com> | 2014-07-10 15:03:01 -0700 |
commit | ef6a8cc008030885f01a39efce6c7aa6b58bbc07 (patch) | |
tree | dbec01364b31c694a2c8e01352f38dd80b05dc38 | |
parent | 17db3b8cf7fd1dcfaaaf328e1b9aef1d52a7e0d2 (diff) |
Updating strings to make them more clear for TC
Bug: 15893731
Change-Id: Ib6f5591322e76a35336a62a93863c13363e30dba
-rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index e8bd99ac239e..7c60c6ee9f9c 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2152,8 +2152,8 @@ <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. --> <string name="permdesc_accessDrmCertificates">Allows an application to provision and use DRM certficates. Should never be needed for normal apps.</string> - <string name="permlab_handoverStatus">Receive handover transfer broadcasts.</string> - <string name="permdesc_handoverStatus">Allows receiving handover transfer status information.</string> + <string name="permlab_handoverStatus">Receive Android Beam transfer status</string> + <string name="permdesc_handoverStatus">Allows this application to receive information about current Android Beam transfers</string> <!-- Policy administration --> |