Skip to content

Instantly share code, notes, and snippets.

View hassannaghibi's full-sized avatar
💭
I may be slow to respond.

Hassan Naghibi hassannaghibi

💭
I may be slow to respond.
View GitHub Profile
@JosiasSena
JosiasSena / WifiConnectionReceiver.java
Last active June 1, 2023 16:36
WifiConnectionReceiver
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiManager;
import android.support.annotation.NonNull;
import android.util.Log;
import static android.content.ContentValues.TAG;