RobotiumTech / robotium

Android UI Testing
http://www.robotium.org
Apache License 2.0
2.86k stars 786 forks source link

SystemUtils.setMobileData NoSuchMethodException #857

Open blazek opened 8 years ago

blazek commented 8 years ago

SystemUtils.setMobileData(Boolean turnedOn) tries to get and call ConnectivityManager.setMobileDataEnabled which is not available since API 21.

Even worse, it silently catches NoSuchMethodException.