diff options
| author | 2024-11-06 00:32:13 +0000 | |
|---|---|---|
| committer | 2024-11-06 00:32:13 +0000 | |
| commit | bc0c2692e7f2ccb1978d16e9a47e47a8dd1cb591 (patch) | |
| tree | 6d17f83e3d2af1216e3a35d777f13453bf31940a | |
| parent | f345d0b9182297b70b4535af585b1fd2bd13dc8f (diff) | |
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
| -rw-r--r-- | core/java/android/permission/flags.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/core/java/android/permission/flags.aconfig b/core/java/android/permission/flags.aconfig index ea9997b8e5f4..bd6915d95b28 100644 --- a/core/java/android/permission/flags.aconfig +++ b/core/java/android/permission/flags.aconfig @@ -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" +} |