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

Commit 3740e5a2 authored by Tyler Gunn's avatar Tyler Gunn Committed by Android (Google) Code Review
Browse files

Merge "Ensure that "multiuser calls" aren't logged in profiles." into main

parents aab4889a efc845f3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2017,7 +2017,7 @@ public class CallLog {
                return false;
            }
            final UserInfo userInfo = userManager.getUserInfo(userId);
            return userInfo != null && !userInfo.isManagedProfile();
            return userInfo != null && !userInfo.isProfile();
        }

        /**