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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -