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

Commit cf6ba67c authored by yutingfang's avatar yutingfang
Browse files

Add feature flag for AppOp noteOperation batching

This flag will be later used to enable noteOperation batching in
AppOpsManager

Flag: android.permission.flags.note_op_batching_enabled
Bug: 366013082
Test: presubmit
Change-Id: Ib51253429341a85805c44bfe8f339779a1bf68a9
parent 56a16722
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"
}