commit | ae67a0947b30fd7ede3c427e0893a35136971ffc | [log] [tgz] |
---|---|---|
author | Nate Myren <ntmyren@google.com> | Tue Nov 05 23:58:17 2024 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Nov 05 23:58:17 2024 +0000 |
tree | 42f84f5890d3433c6bd45180bd7fae47d7fc81c3 | |
parent | 4ae1ae2fc86b3dbfe671450a36b6d856e318f6b4 [diff] |
Revert "Require language specific regex, reduce english OTP words" This reverts commit 4ae1ae2fc86b3dbfe671450a36b6d856e318f6b4. Reason for revert: b/362556550 possibly affecting AOSP builds Change-Id: I9d831e130348cf7b41ee800c571b2e107cf4b2a0
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.