KeyguardBottomAreaView: turns on flag for teamfood.

Title says it all.

Bug: 235403546
Test: Made sure that the feature is enabled while the teamfood flag is
enabled and the feature flag itself is disabled using the flag flipping
app

Change-Id: I1bef5c65fc17bff7c80c8997d823d048cb8c4f19
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.java b/packages/SystemUI/src/com/android/systemui/flags/Flags.java
index 958a219..b37585f 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.java
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.java
@@ -91,7 +91,10 @@
      * Whether the KeyguardBottomArea(View|Controller) should use the modern architecture or the old
      * one.
      */
-    public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(206, false);
+    public static final BooleanFlag MODERN_BOTTOM_AREA = new BooleanFlag(
+            206,
+            /* default= */ false,
+            /* teamfood= */ true);
 
     /***************************************/
     // 300 - power menu