summaryrefslogtreecommitdiff
path: root/framework/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 /framework/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 'framework/api')
-rw-r--r--framework/api/system-current.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/api/system-current.txt b/framework/api/system-current.txt
index ad23a9b..b0c9812 100644
--- a/framework/api/system-current.txt
+++ b/framework/api/system-current.txt
@@ -126,5 +126,9 @@ package android.provider {
method @NonNull public android.provider.DeviceConfig.Properties.Builder setString(@NonNull String, @Nullable String);
}
+ public final class UpdatableDeviceConfigServiceReadiness {
+ method public static boolean shouldStartUpdatableService();
+ }
+
}