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

Commit 8cbcd797 authored by YK Hung's avatar YK Hung Committed by Android (Google) Code Review
Browse files

Merge "Revert "Impl private space for extreme battery saver mode."" into main

parents 039ac8ca 6cf41dd7
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.
     */