From 24283d3076a0e1e86bb649c4e4fdc842ec96afc8 Mon Sep 17 00:00:00 2001 From: Antony Sargent Date: Fri, 25 May 2018 12:52:24 -0700 Subject: [PATCH] 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 --- res/xml/my_device_info.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/xml/my_device_info.xml b/res/xml/my_device_info.xml index 213ff1c1b7b..3dac8b879f2 100644 --- a/res/xml/my_device_info.xml +++ b/res/xml/my_device_info.xml @@ -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">