[Provider Model] Internal cleanup - remove Provider Model flag and deprecated legacy UI part.4

Test: atest NetworkDashboardFragmentTest
Bug: 197066557
Change-Id: I9781af3a53fe7050b414f0574abb7618f8d71707
This commit is contained in:
Zoey Chen
2021-12-15 16:13:14 +08:00
parent 4ae25ef592
commit ad79a1819f
4 changed files with 4 additions and 30 deletions

View File

@@ -58,9 +58,7 @@ public class ConfigureWifiSettings extends DashboardFragment {
@Override
public void onCreate(Bundle icicle) {
super.onCreate(icicle);
if (FeatureFlagUtils.isEnabled(getContext(), FeatureFlagUtils.SETTINGS_PROVIDER_MODEL)) {
getActivity().setTitle(R.string.network_and_internet_preferences_title);
}
getActivity().setTitle(R.string.network_and_internet_preferences_title);
mCertinstallerPreference = findPreference(KEY_INSTALL_CREDENTIALS);
if (mCertinstallerPreference != null) {