Open blazek opened 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.
SystemUtils.setMobileData(Boolean turnedOn) tries to get and call ConnectivityManager.setMobileDataEnabled which is not available since API 21.
Even worse, it silently catches NoSuchMethodException.