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

Commit 40b392fb authored by yutingfang's avatar yutingfang
Browse files

Add an aconfig flag for AppOp mode caching

Bug: 366013082
Test: presubmit
Flag: android.permission.flags.appop_mode_caching_enabled
Change-Id: I705a72ca67a5a5a1bbc94d9d7077aab83ff493ac
parent 3131ca1e
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"
}