IUV1010

Results 1 issues of IUV1010

'com.spotify.android:auth:2.0.1' spotify-app-remote-release-0.8.0.aar ``` public void connect(boolean showAuthView) { SpotifyAppRemote.disconnect(mSpotifyAppRemote); SpotifyAppRemote.connect( MainApplication.getContext(), new ConnectionParams.Builder(CLIENT_ID) .setRedirectUri(REDIRECT_URI) .showAuthView(showAuthView) .build(), new Connector.ConnectionListener() { @Override public void onConnected(SpotifyAppRemote spotifyAppRemote) { mSpotifyAppRemote = spotifyAppRemote; Log.d(TAG, "connect...