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

Commit b327d96c authored by Sam Mortimer's avatar Sam Mortimer
Browse files

LineageParts: Fix unescaped quote in trust_feature_security_patches_explain

Build fails on lineage-16.0 with:
packages/apps/LineageParts/res/values/strings.xml:725: error: unescaped
apostrophe in string

Change-Id: Ic15347fa2b99fde6385b9628a8cebb7f046e66ad
parent 8c427733
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -722,7 +722,7 @@
    <string name="trust_feature_security_patches_value_new">up to date</string>
    <string name="trust_feature_security_patches_value_new">up to date</string>
    <string name="trust_feature_security_patches_value_medium">A few months out of date.</string>
    <string name="trust_feature_security_patches_value_medium">A few months out of date.</string>
    <string name="trust_feature_security_patches_value_old">out of date</string>
    <string name="trust_feature_security_patches_value_old">out of date</string>
    <string name="trust_feature_security_patches_explain">Security patches are released monthly by Google in cooperation with SoC vendors to address flaws which could be exploited by malicious apps to bypass security restrictions and cause permanent damage to your device. Patches made available by Google are applied every month on all supported devices, but patches to proprietary code can only be applied by your device's manufacturer. To keep your device safe make sure your LineageOS build is always up-to-date, and (if applicable) ensure your vendor image is updated to the latest one recommended by LineageOS.</string>
    <string name="trust_feature_security_patches_explain">Security patches are released monthly by Google in cooperation with SoC vendors to address flaws which could be exploited by malicious apps to bypass security restrictions and cause permanent damage to your device. Patches made available by Google are applied every month on all supported devices, but patches to proprietary code can only be applied by your device\'s manufacturer. To keep your device safe make sure your LineageOS build is always up-to-date, and (if applicable) ensure your vendor image is updated to the latest one recommended by LineageOS.</string>
    <string name="trust_feature_encryption">Encryption</string>
    <string name="trust_feature_encryption">Encryption</string>
    <string name="trust_feature_encryption_value_enabled">Enabled</string>
    <string name="trust_feature_encryption_value_enabled">Enabled</string>
    <string name="trust_feature_encryption_value_nolock">Needs a secure lock screen</string>
    <string name="trust_feature_encryption_value_nolock">Needs a secure lock screen</string>