For the complete documentation index, see llms.txt. This page is also available as Markdown.
isPasspointSupported
Check if Passpoint feature is supported on current device.
/** * Check if Passpoint feature is supported on current device. **/publicbooleanisPasspointSupported(){returnwiFiProfileService.isPasspointSupported();}