Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3083d0b0 authored by fionaxu's avatar fionaxu
Browse files

add javadoc for carrier ifd install API

Bug: 79426800
Change-Id: Iaf5af11220c85dc63164cee31414dce8e4d02037
parent 88bac47c
Loading
Loading
Loading
Loading
+8 −1
Original line number Original line Diff line number Diff line
@@ -91,7 +91,14 @@ public final class ConfigUpdate {
            = "android.intent.action.UPDATE_NETWORK_WATCHLIST";
            = "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
     * @hide
     */
     */
    @SystemApi
    @SystemApi