Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bdba2a04 authored by Minche Li's avatar Minche Li Committed by Android (Google) Code Review
Browse files

Merge "Remove the entrance of magnification settings"

parents 497a736e 02ee1e17
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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());