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

Commit 0553d29a authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added a config flag for AiAi proxy text classifier

Bug: 377229653
Test: Pre-Submit
Flag: android.permission.flags.enable_aiai_proxied_text_classifiers

Change-Id: I5adc2cc64d283634af4c92314324a5c12f40e61b
parent 1e9b8eb4
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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"
}