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

Commit 6491d51f authored by Svetoslav's avatar Svetoslav Committed by Android (Google) Code Review
Browse files

Merge "Settings not showing print jobs for a managed profile." into lmp-mr1-dev

parents b57e1f29 6cfe7996
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ public class PrintJobSettingsFragment extends SettingsPreferenceFragment {

        mPrintManager = ((PrintManager) getActivity().getSystemService(
                Context.PRINT_SERVICE)).getGlobalPrintManagerForUser(
                        ActivityManager.getCurrentUser());
                        getActivity().getUserId());

        getActivity().getActionBar().setTitle(R.string.print_print_job);

+1 −1
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@ public class PrintSettingsFragment extends SettingsPreferenceFragment
            super(context);
            mPrintManager = ((PrintManager) context.getSystemService(
                    Context.PRINT_SERVICE)).getGlobalPrintManagerForUser(
                        ActivityManager.getCurrentUser());
                    context.getUserId());
        }

        @Override