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

Commit 2ee3beed authored by Nicolas Prevot's avatar Nicolas Prevot Committed by Android (Google) Code Review
Browse files

Merge "In NfcActivityManager, don't use UserHandle.CURRENT." into mnc-dev

parents 60373e80 81b7b108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -406,7 +406,7 @@ public final class NfcActivityManager extends IAppCallback.Stub
                        Intent.FLAG_GRANT_READ_URI_PERMISSION);
            }
        }
        return new BeamShareData(message, uris, UserHandle.CURRENT, flags);
        return new BeamShareData(message, uris, new UserHandle(UserHandle.myUserId()), flags);
    }

    /** Callback from NFC service, usually on binder thread */