| commit | cd6afb7e7e9c8aabb8b3d9ff413734e9da4b99f1 | [log] [tgz] |
|---|---|---|
| author | Kiran Ramachandra <kiranmr@google.com> | Mon Jun 23 19:48:34 2025 +0000 |
| committer | Kiran Ramachandra <kiranmr@google.com> | Wed Jul 02 01:41:37 2025 +0000 |
| tree | 58a8fe83b6f6df6001f54b7d8ff00984bf4cd813 | |
| parent | 124018876043fd6525d40a118578c68df9d5bb65 [diff] |
Dynamically track app hashes for SMS retriever classification This change supports TextClassifier by making app hashes available to classify text for the SMS Retriever API. Bug: 351976749 Test: atest ExtServicesUnitTests-tplus:AppHashHelperTest ExtServicesUnitTests-tplus:PackageChangeReceiverTest Flag: com.android.internal.telephony.flags.redact_otp_sms_api Change-Id: Ib003645d3f5d0cebc1c503227a9d0b84e6f9c246
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.