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

Commit 7ecd5e05 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 AppOps accesses" into main

parents d87b5ec3 bc0c2692
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -367,3 +367,12 @@ flag {
    description: "Enables the AiAi to utilize the default OTP text classifier that is also used by ExtServices"
    bug: "377229653"
}

flag {
    name: "enable_sqlite_appops_accesses"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Enables SQlite for recording discrete and historical AppOp accesses"
    bug: "377584611"
}