summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-05 21:15:33 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-11-05 21:15:33 +0000
commit4877f9cacb40969bafaea91b7ad1af6264dc7514 (patch)
tree3038e105399c7fef803c0d71ab5595029c535f12
parent1f0e77d3a9fdd54b669469814be4626aff87ac60 (diff)
parent0553d29a9f0227308cee9971668d843e1108411e (diff)
Merge "Added a config flag for AiAi proxy text classifier" into main
-rw-r--r--core/java/android/permission/flags.aconfig9
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"
+}