From fc290f6f975fb5c74616e2aab38dcf7c146816f9 Mon Sep 17 00:00:00 2001 From: SongFerngWang Date: Thu, 9 Feb 2023 05:58:21 +0800 Subject: [PATCH] Add limitation for the password The UI allows the password as below cases. 1. empty case 2. at least 4 characters and fewer than 16 characters Bug: 263698307 Test: build pass and local test pass Change-Id: I216d91c083dfe36cbda84481a8d0a308cfa8bfa1 Merged-In: I216d91c083dfe36cbda84481a8d0a308cfa8bfa1 --- packages/SystemUI/res/values/strings.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 7d5b66e9cbab9..c350518708ed8 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -2464,7 +2464,10 @@ Can\u2019t save. Try again. Can\u2019t save. - + + Use at least 4 characters + + Use fewer than 16 characters Build number