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

Commit 6cf41dd7 authored by Xinyi Mao's avatar Xinyi Mao Committed by Android (Google) Code Review
Browse files

Revert "Impl private space for extreme battery saver mode."

Revert submission 26405785-ps_ebs

Reason for revert: unsuspend api not ready for additional profile

Reverted changes: /q/submissionid:26405785-ps_ebs

Change-Id: If24bd405f80626bed9fd0445b1bf18a661e7457b
parent 9d994e6c
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -1918,16 +1918,6 @@ public class ApplicationsState {
        }
    };

    public static final AppFilter FILTER_PERSONAL_OR_PRIVATE = new AppFilter() {
        @Override
        public void init() {}

        @Override
        public boolean filterApp(AppEntry entry) {
            return entry.showInPersonalTab || entry.isPrivateProfile();
        }
    };

    /**
     * Displays a combined list with "downloaded" and "visible in launcher" apps only.
     */