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

Commit b60b2fd2 authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added aconfig flag for updatable TextClassifier OTP detection

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

Change-Id: I37d01cb06656896a6ae359f039f6b981761a428f
parent 3fede68d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -454,3 +454,12 @@ flag {
    description: "API change to enable getTextClassifier by type"
    bug: "377229653"
}

flag {
    name: "updatable_text_classifier_for_otp_detection_enabled"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Enables text classifier for OTP detection that is updatable from mainline module"
    bug: "377229653"
}