diff options
| -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 dce4d11aaef3..def2d9ce7a51 100644 --- a/core/java/android/permission/flags.aconfig +++ b/core/java/android/permission/flags.aconfig @@ -340,3 +340,12 @@ flag { description: "This flag protects the permission that is required to call Health Connect backup and restore apis" bug: "376014879" # android_fr bug } + +flag { + name: "enable_aiai_proxied_text_classifiers" + is_fixed_read_only: true + is_exported: true + namespace: "permissions" + description: "Enables the AiAi to utilize the default OTP text classifier that is also used by ExtServices" + bug: "377229653" +} |