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

Commit 88138f16 authored by Christopher Tate's avatar Christopher Tate Committed by Android (Google) Code Review
Browse files

Merge "Always put 'USB COMPUTER CONNECTION' into the overflow menu"

parents 2e02d207 c9026c9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ public class Memory extends SettingsPreferenceFragment {
    public void onCreateOptionsMenu(Menu menu, MenuInflater inflater) {
        menu.add(Menu.NONE, MENU_ID_USB, 0, R.string.storage_menu_usb)
                //.setIcon(com.android.internal.R.drawable.stat_sys_data_usb)
                .setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
                .setShowAsAction(MenuItem.SHOW_AS_ACTION_NEVER);
    }

    @Override