mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-06-05 21:49:48 +02:00
Fix manual input of bluetooth MAC address
(must be uppercase characters)
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user