Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ai03-2725 committed Nov 11, 2021
1 parent 32c2a17 commit fad9e10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/n/eus/wifiqs/WifiTileService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import android.net.wifi.WifiManager;
import android.service.quicksettings.Tile;
import android.service.quicksettings.TileService;
import android.os.Build;

public class WifiTileService extends TileService implements WifiStateListener {
WifiStateReceiver wifiStateReceiver;
Expand Down

0 comments on commit fad9e10

Please sign in to comment.