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

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

Merge "Add an aconfig flag for AppOp mode caching" into main

parents 0db3d4a6 40b392fb
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -299,3 +299,11 @@ flag {
    description: "Allow host device permission dialogs (i.e., dialogs for non device-aware permissions) to be shown on virtual devices"
    bug: "371173672"
}

flag {
    name: "appop_mode_caching_enabled"
    is_fixed_read_only: true
    namespace: "permissions"
    description: "Enable AppOp mode caching in AppOpsManager"
    bug: "366013082"
}