Merge "Remove code for old wifi tether feature"

This commit is contained in:
TreeHugger Robot
2017-08-10 00:08:03 +00:00
committed by Android (Google) Code Review
9 changed files with 6 additions and 791 deletions

View File

@@ -75,7 +75,6 @@ public class WifiTetherPreferenceController extends AbstractPreferenceController
public boolean isAvailable() {
return mWifiRegexs != null
&& mWifiRegexs.length != 0
&& WifiTetherSettings.isTetherSettingPageEnabled()
&& !Utils.isMonkeyRunning();
}