mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 19:26:12 -04:00
Allow selecting the device model to help the app detect the main device.
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user