Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c923f3d authored by Thomas Nguyen's avatar Thomas Nguyen Committed by Android (Google) Code Review
Browse files

Merge "Add FEATURE_TELEPHONY_SATELLITE to PackageManager"

parents 8d23bcc1 b274501b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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.