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

Commit fcf70824 authored by Song Chun Fan's avatar Song Chun Fan
Browse files

[ADI][67/N] remove Learn More link

FLAG: android.content.pm.verification_service
BUG: 360129657
Test: manually

Change-Id: Ia04039225a10818d40cd8aad264a844f33bc6207
parent e71a9b1d
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -151,11 +151,10 @@
    <!-- Message presented in a dialog box when the verifier blocked an app from being installed. [CHAR LIMIT=none]-->
    <string name="cannot_install_app_blocked_summary">&lt;p>This app was blocked. To help keep your
        device and data safe, only apps from verified developers can be installed.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>
    <!-- Message presented in a dialog box when the verifier blocked an app from being updated. [CHAR LIMIT=none]-->
    <string name="cannot_update_app_blocked_summary">&lt;p>This app was not updated. To help keep your
        device and data safe, only updates from verified developers can be installed.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a>
    </string>
    <!-- Message presented in a dialog box when verification failed due to problems with the network during installation. [CHAR LIMIT=none]-->
    <string name="cannot_install_verification_no_internet_summary">&lt;p>This app was not installed.
@@ -163,35 +162,35 @@
        &lt;p>An internet connection is required to verify the app developer.
            Check your connection, then try installing the app again.
        &lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>
    <!-- Message presented in a dialog box when verification failed due to problems with the network during update. [CHAR LIMIT=none]-->
    <string name="cannot_update_verification_no_internet_summary">&lt;p>This app was not updated.
        Updates from unverified developers may be unsafe.&lt;/p>
        &lt;p>An internet connection is required to verify the app developer.
            Check your connection, then try updating the app again.
        &lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>

    <!-- Message presented in a dialog box when verification failed due to internal failures during installation. [CHAR LIMIT=none]-->
    <string name="cannot_install_verification_unavailable_summary">&lt;p>There was a problem verifying
        this app\'s developer. Apps from unverified developers may be unsafe,
        so the app was not installed.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>
    <!-- Message presented in a dialog box when verification failed due to problems with the network during update. [CHAR LIMIT=none]-->
    <string name="cannot_update_verification_unavailable_summary">&lt;p>There was a problem verifying
        this app\'s developer. Updates from unverified developers may be unsafe,
        so the app was not updated.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>
    <!-- Message presented in a dialog box when verification failed due to internal failures during installation for fail closed policy. [CHAR LIMIT=none]-->
    <string name="cannot_install_verification_unavailable_fail_closed_summary">&lt;p>This app was blocked
        because there was a problem verifying the developer. To help keep your device and data safe,
        only apps from verified developers can be installed.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>
    <!-- Message presented in a dialog box when verification failed due to internal failures during update for fail closed policy. [CHAR LIMIT=none]-->
    <string name="cannot_update_verification_unavailable_fail_closed_summary">&lt;p>This app was not updated
        because there was a problem verifying the developer. To help keep your device and data safe,
        only updates from verified developers can be installed.&lt;/p>
        &lt;a href="">Learn more about developer verification&lt;/a></string>
    </string>

    <string name="more_details_expanded_install_summary">If you install without verifying, keep in
        mind apps from unverified developers may put your device and data at risk.</string>