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

Commit d4afd82f authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "replace hidden Context APIs" am: d363bc08

am: 255cd441

Change-Id: I277f8d134baa416543ec2fef48b85f57b587ca74
parents e28f0851 255cd441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ public final class SmsApplication {
     * @return
     */
    private static int getIncomingUserId(Context context) {
        int contextUserId = context.getUserId();
        int contextUserId = UserHandle.myUserId();
        final int callingUid = Binder.getCallingUid();
        if (DEBUG_MULTIUSER) {
            Log.i(LOG_TAG, "getIncomingUserHandle caller=" + callingUid + ", myuid="