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

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

[ADI][56/N] Update char limit for strings

Also removes an obsolete TODO.

BUG: 360129657
FLAG: android.content.pm.verification_service
Test: n/a
Change-Id: Iee2ca9ad7f994b893d7228fb7ce4e3cbe2965c0e
parent 7f37e37d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -147,7 +147,6 @@
    <string name="message_restore_error_installer_absent">To restore this app, you\'ll need to install <xliff:g id="installer_name">%1$s</xliff:g></string>
    <string name="message_restore_error_generic">There was a problem trying to restore this app</string>

    <!-- TODO: These strings are placeholders, until UX finalizes strings for Uninstall flow. -->
    <string name="message_uninstall_activity"><xliff:g id="activity_name">%1$s</xliff:g> is part of the following app: <xliff:g id="app_name">%2$s</xliff:g></string>

    <!-- TODO(b/360129657): These strings are placeholders for ADI flow. -->
@@ -203,9 +202,9 @@
    <string name="cannot_install_app_blocked_title">App developer unverified</string>
    <string name="cannot_install_verification_no_internet_title">No internet, can\'t verify app developer</string>
    <string name="cannot_install_verification_unavailable_title">Can\'t verify app developer</string>
    <!-- [CHAR LIMIT=15] -->
    <!-- [CHAR LIMIT=40] -->
    <string name="install_without_verifying">Install without verifying</string>
    <!-- [CHAR LIMIT=15] -->
    <!-- [CHAR LIMIT=40] -->
    <string name="update_without_verifying">Update without verifying</string>

    <!-- End of placeholder strings -->