I'm using play Games RealTimeMultiplayer API in my game. At the moment, I'm trying to find nearby players, so the player can invite them to the game.
That's can be done via getSelectOpponentsIntent(). However, it launches a default player selection UI. I want to make my own custom UI. But I can't find any API function which finds (and returns) nearby players.
How do I find nearby players (without launching the getSelectOpponentsIntent())?