Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2dfba0e6 authored by Maurice Chu's avatar Maurice Chu
Browse files

Fix build breakage resulting from change id: Ia1038f45

Corrected adding a backslash before apostrophes in the strings.xml file.

Change-Id: I83574042184c9abb78409441ddf2d0e58a68f207
parent b67c63b1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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>