Fix crash due to over limited length.
Flag: EXEMPT bug fix Bug: b/388404115 Test: Manual test Change-Id: I5c72c3c9ca9cb2e4058959abc5a0b4fdd60907bf
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:inputType="text"
|
||||
android:paddingTop="@dimen/sim_label_padding"
|
||||
android:maxLength="50"
|
||||
android:maxLength="@integer/sim_label_max_length"
|
||||
android:singleLine="true"/>
|
||||
|
||||
<TextView
|
||||
|
Reference in New Issue
Block a user