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

Commit a20e3a53 authored by Aayush Gupta's avatar Aayush Gupta
Browse files

LineageParts: Change references to /e/ OS in Trust ASB dialog

parent 96b269a2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -724,6 +724,7 @@
    <!-- Lowercase on purpose, appears in trust_feature_security_patches_value_base -->
    <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_e">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 /e/ OS build is always up-to-date, and (if applicable) ensure your vendor image is updated to the latest one recommended by /e/ OS.</string>
    <string name="trust_feature_encryption">Encryption</string>
    <string name="trust_feature_encryption_value_enabled">Enabled</string>
    <string name="trust_feature_encryption_value_nolock">Needs a secure lock screen</string>
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class TrustPreferences extends SettingsPreferenceFragment {
        mRootPref.setOnPreferenceClickListener(p ->
                 showInfo(R.string.trust_feature_root_explain));
        mSecurityPatchesPref.setOnPreferenceClickListener(p ->
                showInfo(R.string.trust_feature_security_patches_explain));
                showInfo(R.string.trust_feature_security_patches_explain_e));
        mEncryptionPref.setOnPreferenceClickListener(p ->
                showInfo(R.string.trust_feature_encryption_explain));
        mSmsLimitPref.setOnPreferenceChangeListener((p, v) ->