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

Commit 0b74197f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Use public intent for WFC IMS Registration failure" am: 29908c7a am: c1e68b60

Change-Id: Iae3b4a853703ac8eb70132713e8a99e6edf573ba
parents dfe42bd0 c1e68b60
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -135,9 +135,12 @@ public class ImsManager implements IFeatureConnector {
     * Action to broadcast when ImsService registration fails.
     * Internal use only.
     * @hide
     * @deprecated use {@link android.telephony.ims.ImsManager#ACTION_WFC_IMS_REGISTRATION_ERROR}
     * instead.
     */
    @Deprecated
    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.