Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dbfaf74e authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Avrcp: Sync mirror-aosp-master and stage-aosp-master am: ae919fda

am: 19606bd1

Change-Id: I118ebe66e618a1a37893c818c737fdf8d421b429
parents 73a0f9f5 19606bd1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -269,7 +269,8 @@ class BrowsedMediaPlayer {
    /* initialize mediacontroller in order to communicate with media player. */
    private void onBrowseConnect(String connectedPackage, MediaBrowser browser) {
        if (!connectedPackage.equals(mConnectingPackageName)) {
            Log.w(TAG, "onBrowseConnect: recieved callback for package we aren't connecting to "
            Log.w(TAG,
                    "onBrowseConnect: recieved callback for package we aren't connecting to "
                            + connectedPackage);
            return;
        }