From 9d30c1ffd57dc9ba8348458c88b4a684d029669d Mon Sep 17 00:00:00 2001 From: Pedro Loureiro Date: Mon, 12 Dec 2022 16:46:50 +0000 Subject: 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 --- service/api/system-server-current.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'service/api') 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); + } + +} + -- cgit v1.2.3