Merge "Add FEATURE_TELEPHONY_SATELLITE to PackageManager"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0c923f3db4
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user