Allow selecting the device model to help the app detect the main device.

This commit is contained in:
darken
2022-01-18 14:13:07 +01:00
parent 6a0b1ffdb1
commit 172a82b201
6 changed files with 73 additions and 4 deletions
@@ -35,6 +35,12 @@
android:key="core.maindevice.address"
android:summary="@string/settings_maindevice_address_description"
android:title="@string/settings_maindevice_address_label" />
<Preference
android:icon="@drawable/ic_device_generic_headphones"
android:key="core.maindevice.model"
android:summary="@string/settings_maindevice_model_description"
android:title="@string/settings_maindevice_model_label" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/settings_category_other_label">