Loading core/java/android/content/pm/PackageManager.java +12 −0 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
core/java/android/content/pm/PackageManager.java +12 −0 Original line number Diff line number Diff line Loading @@ -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. Loading