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

Commit 07ebc37d authored by Kiran Ramachandra's avatar Kiran Ramachandra
Browse files

Added aconfig flag for OTP in TextClassifier

Bug: 351976749
Test: Pre-Submit
Flag: android.permission.flags.enable_otp_in_text_classifiers

Change-Id: I705a72ca67a5a5a1bbc94d9d7077aab83ff493ab
parent ac7e50bd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -323,3 +323,12 @@ flag {
    description: "This flag is used to deprecate permission tree related APIs"
    bug: "376535612"
}

flag {
    name: "enable_otp_in_text_classifiers"
    is_fixed_read_only: true
    is_exported: true
    namespace: "permissions"
    description: "Enables ExtServices to leverage TextClassifier for OTP detection"
    bug: "351976749"
}