Merge "Wifimanager/WifiConfiguration: Fix javadocs"

This commit is contained in:
Roshan Pius
2018-11-07 15:46:57 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ import android.content.pm.PackageManager;
import android.net.IpConfiguration;
import android.net.IpConfiguration.ProxySettings;
import android.net.MacAddress;
import android.net.NetworkSpecifier;
import android.net.ProxyInfo;
import android.net.StaticIpConfiguration;
import android.net.Uri;

View File

@@ -1476,7 +1476,6 @@ public class WifiManager {
* fired only when connecting to a network that was created with
* {@link WifiNetworkConfigBuilder#setIsAppInteractionRequired()} flag set.
* Pending intent must hold a foreground service, else will be rejected.
* (i.e {@link PendingIntent#isForegroundService()} should return true)
* @return true on success, false if any of the suggestions match (See
* {@link WifiNetworkSuggestion#equals(Object)} any previously provided suggestions by the app.
* @throws {@link SecurityException} if the caller is missing required permissions.