You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Xamarin (Android) sample, after authentication, the android device will appear in devices list in Windows devices with same MSA account (when querying Windows Rome APIs). But it has an empty DisplayName.
I'm testing sample on a Nexus 4 running Android 5.1.1.
Is that the expected behavior?
The text was updated successfully, but these errors were encountered:
Android devices are not supported as devices to connect to, and so should be filtered out by the app. This can be done by filtering out RemoteSystemKinds.Unknown.
Future Windows releases will not return Android devices until Android has the capability to be connected to.
In Xamarin (Android) sample, after authentication, the android device will appear in devices list in Windows devices with same MSA account (when querying Windows Rome APIs). But it has an empty DisplayName.
I'm testing sample on a Nexus 4 running Android 5.1.1.
Is that the expected behavior?
The text was updated successfully, but these errors were encountered: