android - How to detect whether device has 5Ghz Wi-Fi or not -
i spent time seaching solution without result. question is, there way how detect whether device has 5ghz wifi or not? nice if it's possible achieve that. analysed wifimanager
didn't find proper method or property.
thanks in advance.
as of android api level 21, wifimanager has method called is5ghzbandsupported()
returns true if adapter supports 5 ghz band.
Comments
Post a Comment