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

Commit ce921f92 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "Add rebroadcast extra to CARRIER_CONFIG_CHANGED" am: 1f0a4d72

Change-Id: Icd7e9b4fe8b3574cdc249ee296230afa14eb95e6
parents f4540408 1f0a4d72
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -52,6 +52,14 @@ 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
     */
    public static final String EXTRA_REBROADCAST_ON_UNLOCK =
            "android.telephony.extra.REBROADCAST_ON_UNLOCK";

    /**
     * Optional extra included in {@link #ACTION_CARRIER_CONFIG_CHANGED} to indicate the
     * subscription index that the broadcast is for, if a valid one is available.