In BeamShareActivity, don't use UserHandle.CURRENT.
In the work profile, UserHandle.CURRENT refers to the primary user. We want to refer to the work profile itself. So, using new UserHandle(UserHandle.myUserId()) instead. BUG:21960385 Change-Id: I2b29b4d862daae58f666024e9f538cea1dbe39a3
Loading
Please sign in to comment