Use FooterPreference in xml explicitly
Removed the FooterPreferenceMixin from the PowerUsageSummary page. Fixes: 139515012 Test: manual test Change-Id: I29af8ad4df303edeeb511057d53d38c847f0ff21
This commit is contained in:
@@ -63,4 +63,9 @@
|
||||
android:title="@string/device_screen_usage"
|
||||
android:selectable="false" />
|
||||
|
||||
<com.android.settingslib.widget.FooterPreference
|
||||
android:key="power_usage_footer"
|
||||
android:title="@string/battery_footer_summary"
|
||||
android:selectable="false"
|
||||
settings:searchable="false"/>
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user