commit | fb4d3d95c91c9589dfb3075a738c7146ee62bff4 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Thu Jan 07 18:52:30 2021 +0000 |
committer | Tony Mak <tonymak@google.com> | Thu Jan 07 18:59:47 2021 +0000 |
tree | 057fa8d21161da3dc14e363c5fb8d2f55580a182 | |
parent | ad980762452b0f6d236219d768c154b7a5ecff6f [diff] |
Do not put model files under /etc/textclassifier anymore These model files are now put inside ExtServices's APK. Bug: 169395238 Test: atest -p external/libtextclassifier Test: check dumpsys DefaultTextClassifierService. Change-Id: I08d4e161deac91ffc895b04b4e6b3a961c986450
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 run continually. For the new features or bug fixes of these platform defined services above or a new added platform service, it will provide more flexibility and benefits by updating ExtServices in a more frequent cycle than a platform release cycle.
Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.