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

Commit 47675e0f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "SystemUI: Filter dialer task from task manager"

parents f9f2e5e6 ed1d2cef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -718,6 +718,7 @@ public class TaskExpandableListAdapter extends BaseExpandableListAdapter {
        public boolean filter() {
            if (pkgName != null) {
                return pkgName.equals("com.android.phone")
                        || pkgName.equals("com.android.dialer")
                        || pkgName.equals("com.quicinc.fmradio");
            }
            return true;