diff options
| author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-05-17 23:04:48 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-05-17 23:04:48 +0000 |
| commit | c4da4d494b51854a3c22dbeda67ade6726ef2e15 (patch) | |
| tree | d90a0bd210f4404de5c248b64a9ce7e826188a19 /core/java/android | |
| parent | 644c94f1251b57e9a08196fb660ab909e9afe5a8 (diff) | |
| parent | 3083d0b0c7e82bb11e5abb33abd88f44ec600996 (diff) | |
Merge "add javadoc for carrier ifd install API" into pi-dev
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/os/ConfigUpdate.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/core/java/android/os/ConfigUpdate.java b/core/java/android/os/ConfigUpdate.java index 53b1c5183f1a..7858c5986bcb 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. + * <p>Extra: "VERSION" the numeric version of the new data. Devices should only install if the + * update version is newer than the current one. + * <p>Extra: "REQUIRED_HASH" the hash of the current update data. + * <p>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 |
