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

Commit 819df3ea authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added aconfig flag for TextClassifier choice API

Bug: 377229653
Test: pre-submit
Flag: android.permission.flags.text_classifier_choice_api_enabled

Change-Id: I0dbd1ab96830401afd7b951891e1012dae78093a
parent c0bf94ea
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -445,3 +445,12 @@ flag {
    description: "Enable the Wallet role within profiles"
    bug: "356107987"
}

flag {
    name: "text_classifier_choice_api_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "API change to enable getTextClassifier by type"
    bug: "377229653"
}