From 36e28864cf9495d3929ff8cce4531ef5aa5e1ec2 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Mon, 31 Oct 2022 19:15:09 +0000 Subject: [PATCH] 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 --- packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt index e38f7f10b4b99..5c4ff341aec3c 100644 --- a/packages/SystemUI/src/com/android/systemui/flags/Flags.kt +++ b/packages/SystemUI/src/com/android/systemui/flags/Flags.kt @@ -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)