Merge "Restrict MediaRouter selection" into jb-dev

This commit is contained in:
Adam Powell
2012-06-18 12:10:20 -07:00
committed by Android (Google) Code Review

View File

@@ -276,6 +276,7 @@ public class MediaRouter {
Log.w(TAG, "selectRoute ignored; cannot select route with supported types " +
typesToString(route.getSupportedTypes()) + " into route types " +
typesToString(types));
return;
}
if (sStatic.mSelectedRoute != null) {