am 2a2b021a: Merge "Permit MediaRouteButton to select system routes in toggle mode." into jb-dev

* commit '2a2b021a2133b769e0b82fd6edc166ba98129680':
  Permit MediaRouteButton to select system routes in toggle mode.
This commit is contained in:
Adam Powell
2012-06-19 17:03:01 -07:00
committed by Android Git Automerger

View File

@@ -110,7 +110,7 @@ public class MediaRouteButton extends View {
final RouteInfo route = mRouter.getRouteAt(i);
if ((route.getSupportedTypes() & mRouteTypes) != 0 &&
route != mRouter.getSystemAudioRoute()) {
mRouter.selectRoute(mRouteTypes, route);
mRouter.selectRouteInt(mRouteTypes, route);
}
}
}