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
This commit is contained in:
committed by
SongFerng Wang
parent
fc2e8ed238
commit
fc290f6f97
@@ -2464,7 +2464,10 @@
|
||||
<string name="media_output_broadcast_update_error">Can\u2019t save. Try again.</string>
|
||||
<!-- The error message when Broadcast name/code update failed and can't change again[CHAR LIMIT=60] -->
|
||||
<string name="media_output_broadcast_last_update_error">Can\u2019t save.</string>
|
||||
|
||||
<!-- The hint message when Broadcast code is less than 4 characters [CHAR LIMIT=60] -->
|
||||
<string name="media_output_broadcast_code_hint_no_less_than_min">Use at least 4 characters</string>
|
||||
<!-- The hint message when Broadcast code is more than 16 characters [CHAR LIMIT=60] -->
|
||||
<string name="media_output_broadcast_code_hint_no_more_than_max">Use fewer than 16 characters</string>
|
||||
|
||||
<!-- Label for clip data when copying the build number off QS [CHAR LIMIT=NONE]-->
|
||||
<string name="build_number_clip_data_label">Build number</string>
|
||||
|
||||
Reference in New Issue
Block a user