diff options
author | Roshan Pius <rpius@google.com> | 2020-06-16 09:19:02 -0700 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-06-16 09:20:58 -0700 |
commit | afef7f5b53aeb37825e1d970d34e3d178b88e3c1 (patch) | |
tree | ce9050d1fb8027f5c399d11c385675ce90ceb5da /wifi/java | |
parent | e4c1cb514c9cc472ee5a519bf4f8416f1fa90d45 (diff) |
WifiManager: Fix javadoc in addNetworkSuggestions
The line break in the {@link} seems to be causing the formatting issue.
Bug: 159123619
Test: Compiles
Change-Id: I2ab1bb4da19fe74c850d66532380f1a1da9e7e03
Diffstat (limited to 'wifi/java')
-rw-r--r-- | wifi/java/android/net/wifi/WifiManager.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wifi/java/android/net/wifi/WifiManager.java b/wifi/java/android/net/wifi/WifiManager.java index 5f46cb3fa642..1b0497a0ecd5 100644 --- a/wifi/java/android/net/wifi/WifiManager.java +++ b/wifi/java/android/net/wifi/WifiManager.java @@ -1894,9 +1894,10 @@ public class WifiManager { * for a detailed explanation of the parameters. * 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 - * the network was created with {@link WifiNetworkSuggestion.Builder - * #setIsAppInteractionRequired()} flag set and the app holds - * {@link android.Manifest.permission#ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION} permission. + * the network was created with + * {@link WifiNetworkSuggestion.Builder#setIsAppInteractionRequired(boolean)} flag set and the + * app holds {@link android.Manifest.permission#ACCESS_FINE_LOCATION ACCESS_FINE_LOCATION} + * permission. *<p> * NOTE: * <li> These networks are just a suggestion to the platform. The platform will ultimately |