Merge "Limit length of SSID input string to 32"
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
|
||||
<EditText android:id="@+id/ssid"
|
||||
style="@style/wifi_item_content"
|
||||
android:maxLength="32"
|
||||
android:singleLine="true"
|
||||
android:inputType="textNoSuggestions" />
|
||||
</LinearLayout>
|
||||
|
Reference in New Issue
Block a user