Stub out feature flag UI

Bug: 36222960
Test: make -j40 RunSettingsRoboTests
Change-Id: Id2483d39018b2d93868f4ef7032124795ea91a53
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 8992446..92205e4 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -167,6 +167,11 @@
             android:key="camera_hal_hdrplus_switch"
             android:title="@string/camera_hal_hdrplus_switch" />
 
+        <Preference
+            android:key="feature_flags_dashboard"
+            android:title="@string/feature_flags_dashboard_title"
+            android:fragment="com.android.settings.development.featureflags.FeatureFlagsDashboard"/>
+
     </PreferenceCategory>
 
     <PreferenceCategory android:key="debug_networking_category"