summaryrefslogtreecommitdiff
path: root/framework/api/system-current.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/api/system-current.txt')
-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();
+ }
+
}