# isPasspointSupported

### Check if Passpoint feature is supported on current device.

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

{% hint style="warning" %}
It returns FALSE in Android 10-
{% endhint %}
