Hi All,
I am building application related to WiFi using my Samsung Android Phone.
Am trying to access the pre shered key to my application using WifiConfiguration class provided by Android. The getPreSharedKey() method returns only "*" if key is present and null if the key is absent.I need the actual the pre shared key. How do i obtain it ?
Is there any other method that I can use to get the key ?
Thanks in Advance .