Is there a way to turn on/off, programmatically, mobile data in Android NOT USING REFLECTION? Thank you.
Asked
Active
Viewed 1,395 times
4
-
1Short answer: no. Long answer: also no. – Kevin Coppock Aug 04 '14 at 19:46
1 Answers
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