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

Commit c1e68b60 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Use public intent for WFC IMS Registration failure"

am: 29908c7a

Change-Id: Ib2b7c91fece95a00fb927408fa343e8015cf7798
parents a20d318a 29908c7a
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector {
     * Action to broadcast when ImsService registration fails.
     * Action to broadcast when ImsService registration fails.
     * Internal use only.
     * Internal use only.
     * @hide
     * @hide
     * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR}
     * instead.
     */
     */
    @Deprecated
    public static final String ACTION_IMS_REGISTRATION_ERROR =
    public static final String ACTION_IMS_REGISTRATION_ERROR =
            "com.android.ims.REGISTRATION_ERROR";
            android.telephony.ims.ImsManager.ACTION_WFC_IMS_REGISTRATION_ERROR;


    /**
    /**
     * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents.
     * Part of the ACTION_IMS_SERVICE_UP or _DOWN intents.