4

Is there a way to turn on/off, programmatically, mobile data in Android NOT USING REFLECTION? Thank you.

arthursfreire
  • 727
  • 1
  • 7
  • 17

1 Answers1

2

Android does not supply an API method for disabling mobile data. So reflection is needed to achieve this. Here is a Stack Overflow thread that explains better

Community
  • 1
  • 1
nerdy900
  • 338
  • 2
  • 8