Settings: Put device info header above "Basic info"

Change-Id: I8db12e882c16d6afa0e04bc1c4e93f7ec99960ed
This commit is contained in:
LuK1337
2021-10-09 20:34:55 +02:00
committed by Michael Bestas
parent c18a1ef322
commit 159eee0278

View File

@@ -23,10 +23,9 @@
<com.android.settingslib.widget.LayoutPreference <com.android.settingslib.widget.LayoutPreference
android:key="my_device_info_header" android:key="my_device_info_header"
android:order="0" android:order="-1"
android:layout="@layout/settings_entity_header" android:layout="@layout/settings_entity_header"
android:selectable="false" android:selectable="false"/>
settings:isPreferenceVisible="false"/>
<PreferenceCategory <PreferenceCategory
android:key="basic_info_category" android:key="basic_info_category"