commit | 26ef2749fc9723acb83e7faaf7cd81bff5f457be | [log] [tgz] |
---|---|---|
author | Julia Reynolds <juliacr@google.com> | Fri Mar 12 10:22:37 2021 -0500 |
committer | Julia Reynolds <juliacr@google.com> | Fri Mar 12 12:58:05 2021 -0500 |
tree | f51b33d195d9986bcb97ae210594f556916c6cf4 | |
parent | e3e448708090538455d1114d5607c779cee37b33 [diff] |
Fix references to hidden APIs in tests Test: atest ExtServicesUnitTests Fixes: 182546519 Change-Id: Ie2a6c83d0f7c57f645914510c671b991e78ea94a
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.