Merge "Remove the entrance of magnification settings"

This commit is contained in:
Minche Li
2020-02-05 09:46:20 +00:00
committed by Android (Google) Code Review

View File

@@ -188,12 +188,6 @@ public class ToggleScreenMagnificationPreferenceFragment extends
initShortcutPreference();
mSettingsPreference = new Preference(getPrefContext());
mSettingsPreference.setTitle(R.string.accessibility_magnification_service_settings_title);
mSettingsPreference.setKey(SETTINGS_KEY);
mSettingsPreference.setFragment(MagnificationSettingsFragment.class.getName());
mSettingsPreference.setPersistent(false);
super.onViewCreated(view, savedInstanceState);
mConfigWarningPreference = new Preference(getPrefContext());