RemotePlaybackClient, stop() not getting callback
I beleive all Answer reside on how you make connection. Because in google code ,code says that client which you had made shold not leave session and should not be null. if (!mClient.hasSession()) { // ignore if no session return; } /*********Rest of the code would be unreachable***********/ @Override public void pause() { if (!mClient.hasSession()) … Read more