0

Possible Duplicate:
How to disable Mobile Data on Android

I'm sorry for my English, I use a translator. In the android menu, you can turn off mobile data in the background. How can I do this using code?

Community
  • 1
  • 1

1 Answers1

0

You as a programmer are responsible for the behaviour of your program, so if you don't want that your program uses data when in the background:

  • Test for it.
  • When in background, don't make call's.
Frank
  • 16,476
  • 7
  • 38
  • 51