Update message shown for unattended update

Fixes: 293477849
Test: verified manually,
  1. Enable the feature flag
  2. Unlock the device
  3. Run `adb shell cmd recovery request-lskf ota`
  4. Suspend the device and go to the bouncer
  5. New message should be shown
Change-Id: I1fe0718de43769424dd7eeff65faec935caea89d
This commit is contained in:
Chandru S
2023-07-31 15:44:55 -07:00
parent 41c58ce8ec
commit c1ea19c0d9

View File

@@ -192,7 +192,7 @@
<string name="kg_prompt_after_user_lockdown_pattern">Pattern is required after lockdown</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">Update will install during inactive hours</string>
<string name="kg_prompt_unattended_update">Update will install when device not in use</string>
<!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=70] -->
<string name="kg_prompt_pin_auth_timeout">Added security required. PIN not used for a while.</string>