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

Commit bb06e94f authored by Jordan Liu's avatar Jordan Liu Committed by Android (Google) Code Review
Browse files

Merge "Expose REBROADCAST extra"

parents 1303f11c cb7069d9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -45128,6 +45128,7 @@ package android.telephony {
    field public static final int DATA_CYCLE_THRESHOLD_DISABLED = -2; // 0xfffffffe
    field public static final int DATA_CYCLE_USE_PLATFORM_DEFAULT = -1; // 0xffffffff
    field public static final String ENABLE_EAP_METHOD_PREFIX_BOOL = "enable_eap_method_prefix_bool";
    field public static final String EXTRA_REBROADCAST_ON_UNLOCK = "android.telephony.extra.REBROADCAST_ON_UNLOCK";
    field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";
    field public static final String EXTRA_SUBSCRIPTION_INDEX = "android.telephony.extra.SUBSCRIPTION_INDEX";
    field public static final String IMSI_KEY_AVAILABILITY_INT = "imsi_key_availability_int";
+7 −3
Original line number Diff line number Diff line
@@ -53,9 +53,13 @@ public class CarrierConfigManager {
    public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";

    /**
     * Extra included in {@link #ACTION_CARRIER_CONFIG_CHANGED} to indicate whether this is a
     * rebroadcast on unlock. Defaults to {@code false} if not specified.
     * @hide
     * {@link #ACTION_CARRIER_CONFIG_CHANGED} is broadcast once on device bootup and then again when
     * the device is unlocked. Direct-Boot-aware applications may use the first broadcast as an
     * early signal that the carrier config has been loaded, but other applications will only
     * receive the second broadcast, when the device is unlocked.
     *
     * This extra is included in {@link #ACTION_CARRIER_CONFIG_CHANGED} to indicate whether this is
     * a rebroadcast on unlock.
     */
    public static final String EXTRA_REBROADCAST_ON_UNLOCK =
            "android.telephony.extra.REBROADCAST_ON_UNLOCK";