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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user