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

Commit 2d2bff72 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ensure CallerInfoAsyncQuery uses HSUM aware method to check user id of...

Merge "Ensure CallerInfoAsyncQuery uses HSUM aware method to check user id of current process." into main
parents 5b031543 776b1cd5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ public class CallerInfoAsyncQuery {
        if (DBG) Log.d(LOG_TAG, "Trying to get current content resolver...");

        final int currentUser = ActivityManager.getCurrentUser();
        final int myUser = UserManager.get(context).getProcessUserId();
        final int myUser = UserHandle.myUserId();

        if (DBG) Log.d(LOG_TAG, "myUser=" + myUser + "currentUser=" + currentUser);