Skip to content
Advertisement

How can we check whether the device support HS2.0(Hotspot 2.0) or Passpoint Configuration in Android?

Most of the devices above Android 10 is supporting the Passpoint Configuration or Hostspot 2.0. But not all Lower than Android 10 devices not supporting this functionality. Is there any way so that we can check for Passpoint Configuration support before adding it.

Advertisement

Answer

Below code snippet will return result that whether the device is supporting passpoint (Hotspot 2.0) or not. It is also work well with below Android 10 versions.

JavaScript

You can read more about passpoint configuration in Blog about passpoint configuration in Android

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement