I am able to connect with hidden network for android 9 and lower versions using WifiConfigration API. But for android 10 and above there is different method introduced as WifiNetworkSpecifier. I tried connecting with hidden network by setting builder.setIsHiddenSsid(true); but that seems does not worked.
Thanks in advance