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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user