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

Change-Id: Id8eaa9858e5b9c8876f11c7b64510c0f8aa981cb
This commit is contained in:
Brad Ebinger
2020-03-23 16:24:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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";