isPasspointSupported

Check if Passpoint feature is supported on current device.

    /**
     * Check if Passpoint feature is supported on current device.
     *
     */
    public boolean isPasspointSupported() {
        return wiFiProfileService.isPasspointSupported();
    }

It returns FALSE in Android 10-

Last updated