EXTRA_IS_USING_CARRIER_AGGREGATION constant

  1. @deprecated
String const EXTRA_IS_USING_CARRIER_AGGREGATION

A boolean extra used with {@link #ACTION_SERVICE_STATE} which indicates if carrier aggregation is in use. {@code true} if carrier aggregation is in use, {@code false} otherwise. @hide @removed @deprecated Use {@link android.provider.Telephony.ServiceStateTable#IS_USING_CARRIER_AGGREGATION}.

Implementation

@deprecated
static const String EXTRA_IS_USING_CARRIER_AGGREGATION =
    "isUsingCarrierAggregation";