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

Commit a8823d9a authored by Yuting Fang's avatar Yuting Fang Committed by Android (Google) Code Review
Browse files

Merge "Add feature flag for AppOp noteOperation batching" into main

parents 47afe07f cf6ba67c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -400,3 +400,12 @@ flag {
    description: "Uses the SysUi process to host the SelectionToolbarRenderService."
    bug: "363318732"
}

flag{
    name: "note_op_batching_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Batch noteOperations on the client to reduce binder call volume"
    bug: "366013082"
}