commit | 162be88badae404cb208586a62e67a7dcb14c64e | [log] [tgz] |
---|---|---|
author | chaviw <chaviw@google.com> | Mon Nov 02 13:12:56 2020 -0800 |
committer | chaviw <chaviw@google.com> | Wed Feb 17 17:33:10 2021 -0800 |
tree | fe62da746c15f47ab3b813a7b888fbdd521d28da | |
parent | bba99f36c867557cdd28562bded6611d5c258863 [diff] |
Rename to DisplayHash and updated APIs Updated pdated the verifyDisplayHash to return a VerifiedDisplayHash instead of a boolean Test: Builds Bug: 155825630 Change-Id: I68563889c51071c5d4b30cf07427ba729a87810c
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.