Fix manual input of bluetooth MAC address

(must be uppercase characters)
This commit is contained in:
cpfeiffer 2015-04-13 01:07:46 +02:00
parent 09bb5d4a3e
commit 62a41ac5be
1 changed files with 1 additions and 1 deletions

View File

@ -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>