Add FEATURE_TELEPHONY_IMS definition
Bug: 118823723 Test: manual Change-Id: Ic1e65cfba8ecb117199db6ebd636e0d39007b6c6
This commit is contained in:
@@ -2187,6 +2187,13 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_TELEPHONY_MBMS = "android.hardware.telephony.mbms";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: The device
|
||||
* supports attaching to IMS implementations using the ImsService API in telephony.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_TELEPHONY_IMS = "android.hardware.telephony.ims";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device supports connecting to USB devices
|
||||
|
||||
Reference in New Issue
Block a user