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

Commit ed71153c authored by Hunsuk Choi's avatar Hunsuk Choi Committed by Android (Google) Code Review
Browse files

Merge "Add DOMAIN_NON_3GPP_PS to PhoneConstants"

parents 9f31bddd 92c07cd3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -243,6 +243,13 @@ public class PhoneConstants {
    /** The key to specify the selected domain for dialing calls. */
    public static final String EXTRA_DIAL_DOMAIN = "dial_domain";

    /**
     * Indicates that this call should be routed over Wi-Fi.
     * An internal extension of NetworkRegistrationInfo's DOMAIN_* constants
     * to also include NON_3GPP_PS routing for the domain selection service.
     */
    public static final int DOMAIN_NON_3GPP_PS = 4;

    /** The key to specify the emergency service category */
    public static final String EXTRA_EMERGENCY_SERVICE_CATEGORY = "emergency_service_category";
}