Merge "WifiManager: Fix javadoc in addNetworkSuggestions" into rvc-dev am: fe471bb73a am: faaa88d02e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/11883075

Change-Id: Icb1c5bc4526638e8a52001b040f56f0b18eef034
This commit is contained in:
TreeHugger Robot
2020-06-18 15:14:06 +00:00
committed by Automerger Merge Worker

View File

@@ -1894,9 +1894,10 @@ public class WifiManager {
* for a detailed explanation of the parameters. * for a detailed explanation of the parameters.
* When the device decides to connect to one of the provided network suggestions, platform sends * When the device decides to connect to one of the provided network suggestions, platform sends
* a directed broadcast {@link #ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION} to the app if * a directed broadcast {@link #ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION} to the app if
* the network was created with {@link WifiNetworkSuggestion.Builder * the network was created with
* #setIsAppInteractionRequired()} flag set and the app holds * {@link WifiNetworkSuggestion.Builder#setIsAppInteractionRequired(boolean)} flag set and the
* {@link android.Manifest.permission#ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION} permission. * app holds {@link android.Manifest.permission#ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION}
* permission.
*<p> *<p>
* NOTE: * NOTE:
* <li> These networks are just a suggestion to the platform. The platform will ultimately * <li> These networks are just a suggestion to the platform. The platform will ultimately