From 3083d0b0c7e82bb11e5abb33abd88f44ec600996 Mon Sep 17 00:00:00 2001 From: fionaxu Date: Wed, 16 May 2018 18:52:27 -0700 Subject: [PATCH] add javadoc for carrier ifd install API Bug: 79426800 Change-Id: Iaf5af11220c85dc63164cee31414dce8e4d02037 --- core/java/android/os/ConfigUpdate.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/core/java/android/os/ConfigUpdate.java b/core/java/android/os/ConfigUpdate.java index 53b1c5183f1aa..7858c5986bcbd 100644 --- a/core/java/android/os/ConfigUpdate.java +++ b/core/java/android/os/ConfigUpdate.java @@ -91,7 +91,14 @@ public final class ConfigUpdate { = "android.intent.action.UPDATE_NETWORK_WATCHLIST"; /** - * Update carrier id config file. + * Broadcast intent action indicating that the updated carrier id config is available. + *

Extra: "VERSION" the numeric version of the new data. Devices should only install if the + * update version is newer than the current one. + *

Extra: "REQUIRED_HASH" the hash of the current update data. + *

Input: {@link android.content.Intent#getData} is URI of downloaded carrier id file. + * Devices should pick up the downloaded file and persist to the database + * {@link com.android.providers.telephony.CarrierIdProvider}. + * * @hide */ @SystemApi