Merge "PackageManager: update documentation for FEATURE_WIFI_PASSPOINT" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
cbf16572eb
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user