Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SouravMaurya committed Sep 19, 2022
1 parent 246a638 commit 34fe846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import android.net.NetworkInfo;

public class NetworkUtil {

public static int getConnectivityStatusString(Context context) {
int status = 0;
ConnectivityManager cm = (ConnectivityManager) context.getSystemService(Context.CONNECTIVITY_SERVICE);
Expand Down

0 comments on commit 34fe846

Please sign in to comment.