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

Commit 9a51a3de authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Steve Kondik
Browse files

Telephony: Managed Roaming feature re-design.

Change-Id: I79c7ea2e647617e58526b5b550406214455a58aa
parent 7eaefaf4
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
@@ -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";
}
}