All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.net.ConnectivityManager Maven / Gradle / Ivy

There is a newer version: 3.7.5
Show newest version
// SPDX-License-Identifier: BSD-3-Clause
package android.net;

public class ConnectivityManager {
  public Network getActiveNetwork() {
    throw new UnsupportedOperationException();
  }

  public LinkProperties getLinkProperties(Network network) {
    throw new UnsupportedOperationException();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy