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

Commit d88c3340 authored by Brad Ebinger's avatar Brad Ebinger Committed by 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" am: a8ea0822 am: 78837f75

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

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