aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2015-10-08 13:08:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-10-08 13:08:28 +0000
commite9ae6cb4ca4e5050ae416c6e5667c08f81ef77f8 (patch)
tree258a86dc6a58ca9323f46e35b82541e797a1804c
parentf5fc9fb2c962ac810fd9ac4f08ef692990f30070 (diff)
parent302ee7a578a565c15aec74da6cabcb6bd5dbb9e5 (diff)
downloadsource.android.com-e9ae6cb4ca4e5050ae416c6e5667c08f81ef77f8.tar.gz
Merge "CDD: require mDNS packet support on Wi-Fi even in low-power" into mnc-dev
-rw-r--r--src/compatibility/android-cdd.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/compatibility/android-cdd.html b/src/compatibility/android-cdd.html
index c58f7905..53d99bbf 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -3869,8 +3869,11 @@ Android API and:</p>
<li>MUST report the hardware feature flag android.hardware.wifi.</li>
<li>MUST implement the multicast API as described in the SDK documentation [<a href="http://developer.android.com/reference/android/net/wifi/WifiManager.MulticastLock.html">Resources, 79</a>].</li>
<li>MUST support multicast DNS (mDNS) and MUST NOT filter mDNS packets
-(224.0.0.251) at any time of operation including when the screen is not in an
-active state.</li>
+(224.0.0.251) at any time of operation including:
+ <ul>
+ <li>Even when the screen is not in an active state.</li>
+ <li>For Android Television device implementations, even when in standby power states.</li>
+ </ul>
</ul>
<h4 id="7_4_2_1_wi-fi_direct">7.4.2.1. Wi-Fi Direct</h4>