OSDN Git Service

Remove Advanced dropdown from "About phone" screen
authorAntony Sargent <asargent@google.com>
Fri, 25 May 2018 19:52:24 +0000 (12:52 -0700)
committerAntony Sargent <asargent@google.com>
Fri, 25 May 2018 20:05:27 +0000 (13:05 -0700)
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

res/xml/my_device_info.xml

index 213ff1c..3dac8b8 100644 (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"