summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Florence Yang <florenceyang@google.com> 2023-01-12 22:53:23 +0000
committer Florence Yang <florenceyang@google.com> 2023-01-12 22:53:23 +0000
commit750432173eba0ec0004f6e3734c409b49fe914cf (patch)
tree7c1ba1929fc9b215ebd72f18de416602be6b4a2d
parent5d98a2db733cf67db766224d9bea3a4bb25caeb4 (diff)
Disable Region Sampling Flag for Teamfood
Disabling teamfood for text protection feature for now while some bugs caused by the feature are further investigated. Bug: 265048031 Test: manual Change-Id: I45a25a803be0799bccdf6cdeff683671dfcda09c
-rw-r--r--packages/SystemUI/src/com/android/systemui/flags/Flags.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
index 8dc0371447d9..f4a1a0fea153 100644
--- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
+++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt
@@ -252,7 +252,7 @@ object Flags {
// 801 - region sampling
// TODO(b/254512848): Tracking Bug
- val REGION_SAMPLING = unreleasedFlag(801, "region_sampling", teamfood = true)
+ val REGION_SAMPLING = unreleasedFlag(801, "region_sampling")
// 802 - wallpaper rendering
// TODO(b/254512923): Tracking Bug