am eb2c1b21: Merge "Restrict MediaRouter selection" into jb-dev

* commit 'eb2c1b21c6835399fa55227e498fb2930e533439':
  Restrict MediaRouter selection
This commit is contained in:
Adam Powell
2012-06-18 12:12:00 -07:00
committed by Android Git Automerger

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) {