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

Commit 329e3248 authored by Yiyi Shen's avatar Yiyi Shen Committed by Android (Google) Code Review
Browse files

Merge "Add flag for active state sync fix for lea profile" into main

parents bec79ce9 4149a64e
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -129,3 +129,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "member_device_lea_active_state_sync_fix"
    namespace: "cross_device_experiences"
    description: "Gates whether to enable fix for member device active state sync on lea profile"
    bug: "364201289"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}