WifiManager: Add a note for NETWORK_SETTINGS_RESET behavior

Bug: 156657612
Test: Compiles
Change-Id: I668c625d5a0b20bbc9e3e1a5c15c1ada6e1fa2bb
This commit is contained in:
Roshan Pius
2020-05-15 12:43:13 -07:00
parent 04041cf1d7
commit 151cbf160b

View File

@@ -817,6 +817,9 @@ public class WifiManager {
/**
* Broadcast intent action indicating that the wifi network settings
* had been reset.
*
* Note: This intent is sent as a directed broadcast to each manifest registered receiver.
* Intent will not be received by dynamically registered receivers.
* @hide
*/
@SystemApi