Remove obsolete TODO in AllInOneTetherSettings

These TODO are for b/147325229 which is obsolete now. Clean them up.
Test: build successful, CodeInspectionTest

Change-Id: Ibae56812810d870e728bbb685c2c3b1ba4fb2866
This commit is contained in:
Zhen Zhang
2020-02-14 10:31:00 -08:00
parent c4a2294730
commit 8e7ab637f3

View File

@@ -201,8 +201,6 @@ public final class AllInOneTetherSettings extends RestrictedDashboardFragment
// Set initial state based on SharedPreferences value.
onSharedPreferenceChanged(mSharedPreferences, KEY_ENABLE_WIFI_TETHERING);
// TODO(b/147325229): Hide advanced settings like security and ap band.
}
@Override
@@ -320,12 +318,6 @@ public final class AllInOneTetherSettings extends RestrictedDashboardFragment
return TAG;
}
@Override
public void onExpandButtonClick() {
super.onExpandButtonClick();
// TODO(b/147325229): Display hidden advanced settings like security and ap band.
}
@Override
public int getHelpResource() {
return R.string.help_url_tether;