diff options
| author | 2022-10-31 19:15:09 +0000 | |
|---|---|---|
| committer | 2022-10-31 19:15:09 +0000 | |
| commit | 36e28864cf9495d3929ff8cce4531ef5aa5e1ec2 (patch) | |
| tree | 580fae3fec543289cebcb41a6c3ae4018906a854 | |
| parent | 7be703bdeb03506439d89010569e3808c278cf43 (diff) | |
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
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/flags/Flags.kt | 2 |
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 e38f7f10b4b9..5c4ff341aec3 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) |