Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0481c9c authored by Roshan Pius's avatar Roshan Pius Committed by Android (Google) Code Review
Browse files

Merge "Wifimanager/WifiConfiguration: Fix javadocs"

parents 75ce981e af319257
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
+0 −1
Original line number Diff line number Diff line
@@ -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.