Loading wifi/java/android/net/wifi/WifiConfiguration.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading wifi/java/android/net/wifi/WifiManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
wifi/java/android/net/wifi/WifiConfiguration.java +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
wifi/java/android/net/wifi/WifiManager.java +0 −1 Original line number Diff line number Diff line Loading @@ -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. Loading