I am using calabash-android to test my application. I would like to write tests that alter android settings and test my app against these various settings.
How can I make calls into android to say "Turn on airplane mode" and test my app, or "turn off wifi and test my app" or "There are lots of cases.... where can I find this ability" ....
Thanks