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
This commit is contained in:
Florence Yang
2023-01-12 22:53:23 +00:00
parent 5d98a2db73
commit 750432173e

View File

@@ -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