I have the following command to run on CMD
adb shell am start -a android.settings.WIFI_SETTINGS
Now with this I go into the 'Wireless & Networks' of the connected device. Can anyone tell me how to disable & enable WIFI from the COMMAND-PROMPT?
The same needs to be done for 3G also.
Reason to do this from CMD : I am trying some android automation.