I am very new to stackoverflow so I am trying to keep my question short and intelligible. And im sorry for my bad english :P
In my App, im trying to get the network status of my phone when it made a hotspot. I know how to get the Wifi status or the Mobile status for example, but in what Status is my smartphone if it opened a Hotspot?
What I got until now is how to check if the device got WIFI on, and that's how:
connectivityManager.getNetworkInfo(ConnectivityManager.TYPE_WIFI).isConnectedOrConnecting();
So the question is how do I check if the device opened a Hotspot or not?
Best Regards, Alex