Loading telephony/java/com/android/internal/telephony/TelephonyIntents.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -298,4 +298,16 @@ public class TelephonyIntents { public static final String EXTRA_PLMN = "plmn"; public static final String EXTRA_PLMN = "plmn"; public static final String EXTRA_SHOW_SPN = "showSpn"; public static final String EXTRA_SHOW_SPN = "showSpn"; public static final String EXTRA_SPN = "spn"; public static final String EXTRA_SPN = "spn"; /** * Managed Roaming Intent. Used by Phone App to show popup to the end user that location update * request rejected with status as "Persistent location update reject", so user can try to do * location update on other Network:</p> * * <p class="note">This is a protected intent that can only be sent * by the system. * @hide */ public static final String ACTION_MANAGED_ROAMING_IND = "qualcomm.intent.action.ACTION_MANAGED_ROAMING_IND"; } } Loading
telephony/java/com/android/internal/telephony/TelephonyIntents.java +12 −0 Original line number Original line Diff line number Diff line Loading @@ -298,4 +298,16 @@ public class TelephonyIntents { public static final String EXTRA_PLMN = "plmn"; public static final String EXTRA_PLMN = "plmn"; public static final String EXTRA_SHOW_SPN = "showSpn"; public static final String EXTRA_SHOW_SPN = "showSpn"; public static final String EXTRA_SPN = "spn"; public static final String EXTRA_SPN = "spn"; /** * Managed Roaming Intent. Used by Phone App to show popup to the end user that location update * request rejected with status as "Persistent location update reject", so user can try to do * location update on other Network:</p> * * <p class="note">This is a protected intent that can only be sent * by the system. * @hide */ public static final String ACTION_MANAGED_ROAMING_IND = "qualcomm.intent.action.ACTION_MANAGED_ROAMING_IND"; } }