DO NOT MERGE - Merge Android R QPR1

Bug: 172690556
Merged-In: Ic0e9d890e2493c75183ef908e1ed68fe06301593
Change-Id: I773f39739643fafa8ac3cad91cc2c90ef0aa7125
tree: 3f3d638d2ae525d9ec03962891c4b6878b492b3d
  1. apex/
  2. res/
  3. src/
  4. tests/
  5. Android.bp
  6. AndroidManifest.xml
  7. NOTICE
  8. OWNERS
  9. proguard.proguard
  10. README.md
  11. TEST_MAPPING
README.md

ExtServices module

Introduction

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.

Development (internal)

Before you start to develop on ExtServices, please read go/smart-os-extservices to get the guideline.

Other resources