Remove Advanced dropdown from "About phone" screen

All the items will appear in the list instead of hiding some under an Advanced
dropdown.

Bug: 80302533
Test: manual (Settings->System->About phone)

Change-Id: I82857ec8e027b00762c1191d9450d30dfe47016f
This commit is contained in:
Antony Sargent
2018-05-25 12:52:24 -07:00
parent 2357c1cd84
commit 24283d3076

View File

@@ -19,8 +19,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:key="my_device_info_pref_screen"
android:title="@string/about_settings"
settings:initialExpandedChildrenCount="7">
android:title="@string/about_settings">
<com.android.settings.applications.LayoutPreference
android:key="my_device_info_header"