commit | ec92eb0f1b28b46385c87ae6f633d04ff55e1d0a | [log] [tgz] |
---|---|---|
author | Ted Bauer <tedbauer@google.com> | Sat Jan 14 00:40:36 2023 +0000 |
committer | Ted Bauer <tedbauer@google.com> | Tue Jan 31 03:32:50 2023 +0000 |
tree | 35acc90c4c197fa66eb620ec484e8b881b0aba6f | |
parent | 34663c57dfdbd256084b99ed161d32bcf84e5306 [diff] |
Replace `WRITE_DEVICE_CONFIG` perm in CTS test. Replace `WRITE_DEVICE_CONFIG` permission in CTS with `WRITE_DEVICE_CONFIG_ALLOWLIST` permission. Test: m Bug: 251818659 Change-Id: I4b4512fdcb8c91b8d9116ce00793a8e92e265a7c
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.