Guest User

Untitled

a guest
May 27th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. private void scanWifi() {
  2. arrayList.clear();
  3. registerReceiver(wifiReceiver, new IntentFilter(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION));
  4. wifiManager.startScan();
  5. Toast.makeText(this, "Scanning WiFi ...", Toast.LENGTH_SHORT).show();
  6. }
Add Comment
Please, Sign In to add comment