Use FooterPreference in xml explicitly

Removed the FooterPreferenceMixin from the FeatureFlagsDashboard page.

Fixes: 139046148
Test: manual test
Change-Id: I6363f265a9c8b996141b7d7547c450cb70e2a7cd
This commit is contained in:
Sunny Shao
2019-08-07 17:48:32 +08:00
parent c9d8437287
commit b97eda4ff5
3 changed files with 6 additions and 76 deletions

View File

@@ -25,4 +25,10 @@
android:layout="@layout/preference_category_no_label"
android:title="@string/summary_placeholder"
settings:controller="com.android.settings.development.featureflags.FeatureFlagsPreferenceController" />
<com.android.settingslib.widget.FooterPreference
android:key="feature_flag_footer"
android:title="@string/experimental_category_title"
android:selectable="false"
settings:searchable="false"/>
</PreferenceScreen>