Unbreak KitKat
which was broken by c0adcdee
This commit is contained in:
parent
fca3ff0389
commit
90a021f9fa
@ -1144,6 +1144,9 @@ public final class PlaybackService extends Service
|
||||
* Returns TRUE if the mirror link service has been registered
|
||||
*/
|
||||
private MirrorLinkMediaBrowserService getMirrorLinkCallback() {
|
||||
if(Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP)
|
||||
return null; // does not support mirrorlink
|
||||
|
||||
for (Object o : sCallbacks) {
|
||||
if (o instanceof MirrorLinkMediaBrowserService) {
|
||||
return (MirrorLinkMediaBrowserService)o;
|
||||
|
Loading…
x
Reference in New Issue
Block a user