Grey
Grey
Seems to parse the flags and a few of the emoji just fine, but misses a HUGE portion of the rest. [Here's the emoji for reference](http://emojipedia.org/google/). Not sure what the...
`remoteMediaClient.addListener(new RemoteMediaClient.Listener() ...` The method `addListener()` is considered deprecated by the API, please update with latest method so new cast devs know the best approach to building a cast listener.
`remoteMediaClient.load(buildMediaInfo(), autoPlay, position);` This `load()` method is considered deprecated by the API, please update with the latest method preferred by the API. You can find this line under the **Loading...