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

Commit 29908c7a authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Use public intent for WFC IMS Registration failure"

parents df90c56b 9b061cf1
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.