Skip to content

Instantly share code, notes, and snippets.

View weitsai's full-sized avatar

蔡佳緯 weitsai

  • Kaohsiung, Taiwan
View GitHub Profile
import java.io.IOException;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.util.Log;
public class Internet {
private NetworkInfo info = null;