Enable screenshot processor for teamfood

Without work-profile enabled, this has no meaningful effect beyond
adding one async no-op call to the screenshot flow.

Bug: 254512719
Test: Tested screenshot with work profile flag off.
Change-Id: Ic4254501c4970e3e77d3a2dc070d460231e9bcbc
This commit is contained in:
Matt Casey
2022-10-31 19:15:09 +00:00
parent 7be703bdeb
commit 36e28864cf

View File

@@ -300,7 +300,7 @@ object Flags {
// 1300 - screenshots
// TODO(b/254512719): Tracking Bug
@JvmField val SCREENSHOT_REQUEST_PROCESSOR = UnreleasedFlag(1300)
@JvmField val SCREENSHOT_REQUEST_PROCESSOR = UnreleasedFlag(1300, true)
// TODO(b/254513155): Tracking Bug
@JvmField val SCREENSHOT_WORK_PROFILE_POLICY = UnreleasedFlag(1301)