From 2dfba0e6cffc6f8ba5c109857c3192bcd85bd174 Mon Sep 17 00:00:00 2001 From: Maurice Chu Date: Mon, 23 Apr 2012 19:03:13 -0700 Subject: Fix build breakage resulting from change id: Ia1038f45 Corrected adding a backslash before apostrophes in the strings.xml file. Change-Id: I83574042184c9abb78409441ddf2d0e58a68f207 --- core/res/res/values/strings.xml | 8 ++++---- 1 file 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 @@ 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. 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. @@ -977,13 +977,13 @@ 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. 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. -- cgit v1.1