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

Commit 968a1e25 authored by Sandeep Gutta's avatar Sandeep Gutta Committed by Steve Kondik
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
(cherry picked from commit 53f8c89c8c80fe6145828fce863d3e2dd44d3e53)
(cherry picked from commit 4d8c1003c621ca05473e8d5b0a1cfbdd81f9b66e)
(cherry picked from commit f266505d3431d4015adf72f63c6568ee4320bb9c)
parent 13590cf7
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -315,4 +315,16 @@ public class TelephonyIntents {
    public static final String EXTRA_PLMN       = "plmn";
    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";
}