Skip to content

Commit 0ec17a1

Browse files
Alex Cruzdrkphnx
authored andcommitted
Remove the About phone avatar
Change-Id: I1004f27885731e23ecb5b478c4c0ba79914971b5
1 parent 563b224 commit 0ec17a1

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

res/xml/my_device_info.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
android:key="my_device_info_pref_screen"
2222
android:title="@string/about_settings">
2323

24-
<com.android.settingslib.widget.LayoutPreference
25-
android:key="my_device_info_header"
26-
android:order="-1"
27-
android:layout="@layout/settings_entity_header"
28-
android:selectable="false"/>
29-
3024
<PreferenceCategory
3125
android:key="basic_info_category"
3226
android:selectable="false"

src/com/android/settings/deviceinfo/aboutphone/MyDeviceInfoFragment.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ public void onAttach(Context context) {
110110
@Override
111111
public void onStart() {
112112
super.onStart();
113-
initHeader();
114113
}
115114

116115
@Override

0 commit comments

Comments
 (0)