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

Commit bfa43949 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "API Review: Define the extras as containing CharSequences, not Strings"...

Merge "API Review: Define the extras as containing CharSequences, not Strings" into rvc-dev am: 05425809 am: f23515ae am: c2bd20ad

Change-Id: I3e0772634be35d860bc8d6da88bf539c6e6efafc
parents f52b50ed c2bd20ad
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -74,17 +74,17 @@ public class ImsManager {
            "android.telephony.ims.action.WFC_IMS_REGISTRATION_ERROR";
            "android.telephony.ims.action.WFC_IMS_REGISTRATION_ERROR";


    /**
    /**
     * An extra key corresponding to a String value which contains the carrier specific title to be
     * An extra key corresponding to a {@link CharSequence} value which contains the carrier
     * displayed as part of the message shown to the user when there is an error registering for
     * specific title to be displayed as part of the message shown to the user when there is an
     * WiFi calling.
     * error registering for WiFi calling.
     */
     */
    public static final String EXTRA_WFC_REGISTRATION_FAILURE_TITLE =
    public static final String EXTRA_WFC_REGISTRATION_FAILURE_TITLE =
            "android.telephony.ims.extra.WFC_REGISTRATION_FAILURE_TITLE";
            "android.telephony.ims.extra.WFC_REGISTRATION_FAILURE_TITLE";


    /**
    /**
     * An extra key corresponding to a String value which contains the carrier specific message to
     * An extra key corresponding to a {@link CharSequence} value which contains the carrier
     * be displayed as part of the message shown to the user when there is an error registering for
     * specific message to  be displayed as part of the message shown to the user when there is an
     * WiFi calling.
     * error registering for WiFi calling.
     */
     */
    public static final String EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE =
    public static final String EXTRA_WFC_REGISTRATION_FAILURE_MESSAGE =
            "android.telephony.ims.extra.WFC_REGISTRATION_FAILURE_MESSAGE";
            "android.telephony.ims.extra.WFC_REGISTRATION_FAILURE_MESSAGE";