Fix manual input of bluetooth MAC address
(must be uppercase characters)
This commit is contained in:
parent
09bb5d4a3e
commit
62a41ac5be
|
@ -3,6 +3,6 @@
|
|||
<EditTextPreference
|
||||
android:key="development_miaddr"
|
||||
android:title="@string/pref_title_development_miaddr"
|
||||
android:digits="0123456789abcdef:"
|
||||
android:digits="0123456789ABCDEF:"
|
||||
android:maxLength="17" />
|
||||
</PreferenceScreen>
|
Loading…
Reference in New Issue