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

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

Add a flag to enable SQLite storage for AppOps accesses


Bug: 377584611
Change-Id: Iaa9b4a4f4ae90b9245b478b4a2e4f09a12b2a12e
Test: build
Flag: android.permission.flags.enable_sqlite_appops_accesses
parent f345d0b9
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"
}