Show disable dialog box when none is selected

Also remove from CMPP since that will be
hidden.

Test: ondevice
Bug: 281147573
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:16d3b54aaf802c66be439bf65c877cba60c4390d)
Merged-In: Ic2b59c42ed4ddbc83a770b8bb99c641d2f1a383d
Change-Id: Ic2b59c42ed4ddbc83a770b8bb99c641d2f1a383d
This commit is contained in:
Becca Hughes
2023-05-10 18:25:59 +00:00
parent 7b0fe10dd5
commit 9272c0e3c8
3 changed files with 17 additions and 84 deletions

View File

@@ -10304,7 +10304,16 @@
<string name="credman_confirmation_message_title">Turn off %1$s\?</string>
<!-- Message of the warning dialog for disabling the credential provider. [CHAR_LIMIT=NONE] -->
<string name="credman_confirmation_message">Saved info like passkeys and passwords may not be available when you sign in</string>
<string name="credman_confirmation_message">
<![CDATA[
<b>Turn off this service?</b>
<br/>
<br/>
Save info like passwords, passkeys, payment methods, and other info won\'t be filled
in when you sign in. To use your saved info, choose a password, passkey, or data
service.
]]>
</string>
<!-- Title of the warning dialog for enabling the credential provider. [CHAR_LIMIT=NONE] -->
<string name="credman_enable_confirmation_message_title">Use %1$s\?</string>