use of android.net.TetheringManager in project android_packages_apps_Settings by omnirom.
the class TetherService method disableTethering.
private void disableTethering(final int tetheringType) {
final TetheringManager tm = (TetheringManager) getSystemService(Context.TETHERING_SERVICE);
tm.stopTethering(tetheringType);
}
Aggregations