Im automating a testing procedure for wifi calling and I was wondering is there a way to turn off/on wifi via adb?
I would either like to disable/enable wifi or kill
android/android-sdk/platform-tools
open cmd here and type the following commands
adb shell
su
svc wifi enable/disable
done!!!!!