I want to extend android.net.wifi.WifiManager . Since extension methods does not exists for Java I wanted to extend the class itself.
I am however unable to do so, the WiFiManager constructor demands IWifiManager and that interface seems to be hidden.
What am I missing here, How can I extend the WiFiManager?