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

Commit 856618dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a flag to enable SQLite storage for aggregated AppOps accesses" into main

parents d472c01f bb391b4b
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"
}