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

Commit bb391b4b authored by Manjeet Rulhania's avatar Manjeet Rulhania
Browse files

Add a flag to enable SQLite storage for aggregated AppOps accesses

Bug: 377584611
Change-Id: I760d3d88e19ac9867af99302af18e5e117710748
Test: build
Flag: android.permission.flags.enable_all_sqlite_appops_accesses
parent 43c1a3d0
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -358,7 +358,16 @@ flag {
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Enables SQlite for recording discrete and historical AppOp accesses"
    description: "Enables SQlite for recording individual/discrete AppOp accesses"
    bug: "377584611"
}

flag {
    name: "enable_all_sqlite_appops_accesses"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Enables SQlite for storing aggregated & individual/discrete AppOp accesses"
    bug: "377584611"
}