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

Commit 84933321 authored by Peter Qiu's avatar Peter Qiu
Browse files

PackageManager: update documentation for FEATURE_WIFI_PASSPOINT

Bug: 64331342
Test: build
Change-Id: I94937e8ff921b01c62e6b478b3ee6e581e38408e
parent 243edb89
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2295,7 +2295,9 @@ public abstract class PackageManager {

    /**
     * Feature for {@link #getSystemAvailableFeatures} and
     * {@link #hasSystemFeature}: The device supports Wi-Fi Passpoint.
     * {@link #hasSystemFeature}: The device supports Wi-Fi Passpoint and all
     * Passpoint related APIs in {@link WifiManager} are supported. Refer to
     * {@link WifiManager#addOrUpdatePasspointConfiguration} for more info.
     */
    @SdkConstant(SdkConstantType.FEATURE)
    public static final String FEATURE_WIFI_PASSPOINT = "android.hardware.wifi.passpoint";