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

Commit 68bed01e authored by Songchun Fan's avatar Songchun Fan Committed by Android (Google) Code Review
Browse files

Merge "Fix the functionality of log-visibility" into tm-dev

parents dd1237b6 8ba9611c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1330,7 +1330,9 @@ public class AppsFilter implements Watchable, Snappable {
                                + callingUid + " -> " + targetUid);
                        return true;
                    }
                    return mShouldFilterCache.valueAt(callingIndex, targetIndex);
                    if (!mShouldFilterCache.valueAt(callingIndex, targetIndex)) {
                        return false;
                    }
                } else {
                    if (!shouldFilterApplicationInternal(
                            callingUid, callingSetting, targetPkgSetting, userId)) {