aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnsuk Jung <unsuk@google.com>2015-09-29 17:27:12 -0700
committerUnsuk Jung <unsuk@google.com>2015-10-08 03:23:42 +0000
commit302ee7a578a565c15aec74da6cabcb6bd5dbb9e5 (patch)
tree029793dcff01b4e5f14155fb32fa593e67aaa8d5
parent3cf26b5df5d95bed2a3706fc9a822533719879d6 (diff)
downloadsource.android.com-302ee7a578a565c15aec74da6cabcb6bd5dbb9e5.tar.gz
CDD: require mDNS packet support on Wi-Fi even in low-power
Android Television devices, for some applications, might play the role of the 2nd screen, and need to be woke up through WoWLAN. Bug: 22041890 Change-Id: I479dd64f4162efec409ce2a4228b424dca5005d8
-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 55fa0146..8a2d2677 100644
--- a/src/compatibility/android-cdd.html
+++ b/src/compatibility/android-cdd.html
@@ -3444,8 +3444,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>