diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index 1f327667d301b..648091307fa01 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyIntents.java +++ b/telephony/java/com/android/internal/telephony/TelephonyIntents.java @@ -207,6 +207,9 @@ public class TelephonyIntents { *
{@code PUK}
locked on PUK1
*
{@code NETWORK}
locked on network personalization
* + *
rebroadcastOnUnlock
+ *
A boolean indicates a rebroadcast on unlock. optional extra, defaults to {@code false} + * if not specified
* * *

@@ -218,6 +221,8 @@ public class TelephonyIntents { public static final String ACTION_SIM_STATE_CHANGED = Intent.ACTION_SIM_STATE_CHANGED; + public static final String EXTRA_REBROADCAST_ON_UNLOCK= "rebroadcastOnUnlock"; + /** * Broadcast Action: The time was set by the carrier (typically by the NITZ string). * This is a sticky broadcast.