Loading...
It returns FALSE in Android 10-
/** * Check if Passpoint feature is supported on current device. * */ public boolean isPasspointSupported() { return wiFiProfileService.isPasspointSupported(); }