OSDN Git Service

Only scan for wifi display when there is no active connections
authorChong Zhang <chz@google.com>
Wed, 20 Nov 2013 03:13:22 +0000 (19:13 -0800)
committerChong Zhang <chz@google.com>
Wed, 20 Nov 2013 03:56:16 +0000 (19:56 -0800)
Bug: 11717053
Change-Id: I4ab73f6517fbfb8fcc131b89d0e934380dcf69e0

media/java/android/media/MediaRouter.java

index 525dc4f..3f1851d 100644 (file)
@@ -1343,12 +1343,6 @@ public class MediaRouter {
                 }
             }
         }
-
-        // Don't scan if we're already connected to a wifi display,
-        // the scanning process can cause a hiccup with some configurations.
-        if (wantScan && activeDisplay != null && sStatic.mCanConfigureWifiDisplays) {
-            sStatic.mDisplayService.scanWifiDisplays();
-        }
     }
 
     private static boolean shouldShowWifiDisplay(WifiDisplay d, WifiDisplay activeDisplay) {