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

Commit babc45b2 authored by Chandru S's avatar Chandru S Committed by Automerger Merge Worker
Browse files

Merge "Add new strings that are shown when the user is asked to enter...

Merge "Add new strings that are shown when the user is asked to enter pin/pattern/password instead of biometrics" into udc-dev am: b96e6395 am: 82f50073

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23675968



Change-Id: I4be946463055e50eac26dc80be3ad41ed9f2b2a3
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 2afa6297 82f50073
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -348,4 +348,22 @@
    <string name="clock_title_analog">Analog</string>
    <!-- Title of bouncer when we want to authenticate before continuing with action. [CHAR LIMIT=NONE] -->
    <string name="keyguard_unlock_to_continue">Unlock your device to continue</string>

    <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_unattended_update_pin">Enter PIN to install update later</string>

    <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_unattended_update_password">Enter password to install update later</string>

    <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_unattended_update_pattern">Draw pattern to install update later</string>

    <!-- Message shown after an unattended update (OTA) asking the user to enter their PIN. Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_after_update_pin">Device updated. Enter PIN to continue.</string>

    <!-- Message shown after an unattended update (OTA) asking the user to enter their password. Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_after_update_password">Device updated. Enter password to continue.</string>

    <!-- Message shown after an unattended update (OTA) asking the user to enter their pattern. Also known as an over-the-air (OTA) update.  [CHAR LIMIT=70] -->
    <string name="kg_prompt_after_update_pattern">Device updated. Draw pattern to continue.</string>
</resources>