Find currently active user in xbox one UWP
问题 Using the below code I am able to get the list of all signed in users. Is there a way to know which is the current active user? IReadOnlyList<User> users = await Windows.System.User.FindAllAsync(); 回答1: I recently ran into this problem myself, and posted about it here. Someone responded there, and gave me some pretty big hints, which in turn helped me to get this solved. Here is the quick and dirty (my UWP is HTML/JavaScript based BTW): First, include the WinJS library in your project, if you