summaryrefslogtreecommitdiff
path: root/service/api
diff options
context:
space:
mode:
authorPedro Loureiro <pedroql@google.com>2022-12-12 16:46:50 +0000
committerPedro Loureiro <pedroql@google.com>2022-12-22 10:29:22 +0000
commit9d30c1ffd57dc9ba8348458c88b4a684d029669d (patch)
tree9fd374ac9766d319c0bc36103913fc25e08921d5 /service/api
parente34847f27e1be80e76eeb1a3b33d0cd5152eff6f (diff)
downloadConfigInfrastructure-9d30c1ffd57dc9ba8348458c88b4a684d029669d.tar.gz
Add updatable DeviceConfig Service
This adds a new service that will power the updatable DeviceConfig logic. The current design will take over from the "device_config" service that currently exists in the platform when UpdatableDeviceConfigServiceReadiness.shouldStartUpdatableService returns true. Otherwise the behaviour changes shouldn't be noticeable. Bug: 261723346 Test: manual Test: atest CtsDeviceConfigTestCases Change-Id: I761e62aaf9503964ed848953575788b59c14a304
Diffstat (limited to 'service/api')
-rw-r--r--service/api/system-server-current.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/service/api/system-server-current.txt b/service/api/system-server-current.txt
index d802177..722ace1 100644
--- a/service/api/system-server-current.txt
+++ b/service/api/system-server-current.txt
@@ -1 +1,12 @@
// Signature format: 2.0
+package com.android.server.deviceconfig {
+
+ public class DeviceConfigInit {
+ }
+
+ public static class DeviceConfigInit.Lifecycle extends com.android.server.SystemService {
+ ctor public DeviceConfigInit.Lifecycle(@NonNull android.content.Context);
+ }
+
+}
+