Merge "Add FEATURE_TELEPHONY_SATELLITE to PackageManager"

This commit is contained in:
Thomas Nguyen
2023-01-25 00:32:08 +00:00
committed by Android (Google) Code Review

View File

@@ -3472,6 +3472,18 @@ public abstract class PackageManager {
public static final String FEATURE_TELEPHONY_RADIO_ACCESS =
"android.hardware.telephony.radio.access";
/**
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
* The device supports Telephony APIs for Satellite communication.
*
* <p>This feature should only be defined if {@link #FEATURE_TELEPHONY_MESSAGING}
* has been defined.
*
* @hide
*/
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_TELEPHONY_SATELLITE = "android.hardware.telephony.satellite";
/**
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
* The device supports Telephony APIs for the subscription.