| commit | b29410b7003db15958240be70decbb7cf1e2f21b | [log] [tgz] |
|---|---|---|
| author | Kiran Ramachandra <kiranmr@google.com> | Tue Apr 01 19:06:06 2025 +0000 |
| committer | Kiran Ramachandra <kiranmr@google.com> | Tue Apr 01 19:23:34 2025 +0000 |
| tree | a7ba267102e373fa67f1744fb553f2162d7ce173 | |
| parent | 9b3c40ea13c30702748eae8c345692d80c9e4fff [diff] |
Reduce number of fields sent for TextClassification As each text employs TC for identifying OTPs, this consequently leads to a reduction in the overall binder call. Bug: 406062522 Test: atest ExtServicesUnitTests-tplus Flag: com.android.ext.services.flags.text_classifier_for_otp_detection_enabled Change-Id: I21591f43253283b38b4163b44ff7411cf3420bab
ExtServices is an updatable Mainline module that contains the logic used by Android framework components such as storage cache, autofill, textclassifier, package watchdog, notifications and notification ranking that runs continually. These are algorithms for framework, making the module updatable to introduce the new features or bug fixes more frequently with monthly release than a platform quarter release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.