OSDN Git Service

[NAN] Update API javadoc to clarify NAN status change broadcast scope [DO NOT MERGE]
authorEtan Cohen <etancohen@google.com>
Thu, 29 Sep 2016 23:02:30 +0000 (16:02 -0700)
committerEtan Cohen <etancohen@google.com>
Thu, 29 Sep 2016 23:02:30 +0000 (16:02 -0700)
Bug: 31675932
Test: make -j 32 update-api (to generate doc)
Change-Id: Icf35e6af774d81c98fdf97937554af4e8bbf6747

wifi/java/android/net/wifi/nan/WifiNanManager.java

index d938f2f..04b6d3c 100644 (file)
@@ -201,6 +201,8 @@ public class WifiNanManager {
      * Use the {@link #isAvailable()} to query the current status.
      * This broadcast is <b>not</b> sticky, use the {@link #isAvailable()} API after registering
      * the broadcast to check the current state of Wi-Fi NAN.
+     * <p>Note: The broadcast is only delivered to registered receivers - no manifest registered
+     * components will be launched.
      */
     @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
     public static final String ACTION_WIFI_NAN_STATE_CHANGED =