summaryrefslogtreecommitdiffstats
path: root/core/res
diff options
context:
space:
mode:
authorMaurice Chu <mochu@google.com>2012-04-23 19:03:13 -0700
committerMaurice Chu <mochu@google.com>2012-04-23 19:03:13 -0700
commit2dfba0e6cffc6f8ba5c109857c3192bcd85bd174 (patch)
tree700e58dea5ab529e472edff13fe32183687c2c27 /core/res
parentb67c63b1aee9da5676c8b0e7cbccac8e97eb79a6 (diff)
downloadframeworks_base-2dfba0e6cffc6f8ba5c109857c3192bcd85bd174.zip
frameworks_base-2dfba0e6cffc6f8ba5c109857c3192bcd85bd174.tar.gz
frameworks_base-2dfba0e6cffc6f8ba5c109857c3192bcd85bd174.tar.bz2
Fix build breakage resulting from change id: Ia1038f45
Corrected adding a backslash before apostrophes in the strings.xml file. Change-Id: I83574042184c9abb78409441ddf2d0e58a68f207
Diffstat (limited to 'core/res')
-rwxr-xr-xcore/res/res/values/strings.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 9a16521..a589015 100755
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -960,14 +960,14 @@
<!-- 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
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
+ 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
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
+ 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>
@@ -977,13 +977,13 @@
<!-- 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 data about your contacts stored on your tablet, including the frequency
- with which you've called, emailed, or communicated in other ways with specific
+ 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
+ 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>