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

Commit fc290f6f authored by SongFerngWang's avatar SongFerngWang Committed by SongFerng Wang
Browse files

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
parent fc2e8ed2
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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>