From 4efae6f244866f5d0d7fba5c9b62843d82d44456 Mon Sep 17 00:00:00 2001 From: fionaxu Date: Thu, 8 Jun 2017 15:48:05 -0700 Subject: add an extra for rebroadcast of SIM_STATE_CHANGED Bug: 62459330 Test: Manaual Test Change-Id: I0e1c676d99a38273047a84d4467cff44dae7c5af --- telephony/java/com/android/internal/telephony/TelephonyIntents.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/telephony/java/com/android/internal/telephony/TelephonyIntents.java b/telephony/java/com/android/internal/telephony/TelephonyIntents.java index 1f327667d301..648091307fa0 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. -- cgit v1.2.3-59-g8ed1b