Merge "Add getSessionName() API for group name in worker" into rvc-dev

This commit is contained in:
tim peng
2020-03-06 06:56:30 +00:00
committed by Android (Google) Code Review

View File

@@ -174,6 +174,10 @@ public class MediaDeviceUpdateWorker extends SliceBackgroundWorker
return mLocalMediaManager.getSessionVolume();
}
CharSequence getSessionName() {
return mLocalMediaManager.getSessionName();
}
/**
* Find the active MediaDevice.
*