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

Commit d86cc621 authored by Ravindra's avatar Ravindra Committed by Linux Build Service Account
Browse files

Telephony: Add Managed Roaming Intent.

Introduce new intent with name ACTION_MANAGED_ROAMING_IND.
This intent is used to inform "location reject" status
information to applications.

Change-Id: I79c7ea2e647617e58526b5b550406214455a58aa
parent c7a2a1c2
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -311,6 +311,19 @@ public class TelephonyIntents {
    public static final String EXTRA_SHOW_SPN   = "showSpn";
    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
            = "codeaurora.intent.action.ACTION_MANAGED_ROAMING_IND";

    /**
     * <p>Broadcast Action: It indicates one column of a siminfo record has been changed
     * The intent will have the following extra values:</p>