Hello Erel, i'm puzzled at an issue i just discovered while testing one of my apps, i need to find out whether the wifi is turned on once the phone reboots and the app is restarted autotmatically, i've added this two lines of code and it crashes my app every time.
Dim p As Phone
Log("wifi is on : " & p.GetSettings("wifi_on"))
if i comment those two lines of code and run my app again, it still crashes until i reboot my phone then the app runs normal again.
Would you please look into this, maybe i'm not using it correctly? or is there an issue with the phone library, i have not tried it on another device as i only have one device available at this moment.
Galaxy S4, with 4.4.2 android version
Thanks,
Walter