A simple java class to work with the Android Hotspot.
With this class you can check the current Status of the Hotspot, enable/disable it, get/set the current AP configuration and also get the list of currently connected clients.
http://www.whitebyte.info/android/android-wifi-hotspot-manager-class
To use the Methods within this Class you don't need root-Access, just in case you are wondering why some Methods may not work. This is due the Fact that most of the API used within those Methods is unofficial API and may be deprecated by now.
##License This project is open source and free, it is available under the Apache v2 License.