am 4d0b5625: Disable hardcoded wifi display adapter.
* commit '4d0b56255489efc3b35b9f0187f56536f07d5d66': Disable hardcoded wifi display adapter.
This commit is contained in:
@@ -496,7 +496,8 @@ final class WifiDisplayController implements DumpUtils.Dump {
|
||||
|
||||
private static boolean isWifiDisplay(WifiP2pDevice device) {
|
||||
// FIXME: the wfdInfo API doesn't work yet
|
||||
return device.deviceName.equals("DWD-300-22ACC2");
|
||||
return false;
|
||||
//return device.deviceName.equals("DWD-300-22ACC2");
|
||||
//return device.deviceName.startsWith("DWD-")
|
||||
// || device.deviceName.startsWith("DIRECT-")
|
||||
// || device.deviceName.startsWith("CAVM-");
|
||||
|
||||
Reference in New Issue
Block a user