Merge "Fix the functionality of log-visibility" into tm-dev
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user