mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-03 17:02:13 +01:00
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
Block a user