Is there an ADB command to enable/disable mobile data?(Rooted Device) Is there an ADB command to enable/disable mobile data?(Rooted Device) android android

Is there an ADB command to enable/disable mobile data?(Rooted Device)


I found the answer to my question:

To enable mobile data:

$ adb shell svc data enable

To disable mobile data:

$ adb shell svc data disable