Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36e28864 authored by Matt Casey's avatar Matt Casey
Browse files

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
parent 7be703bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)