Skip to content

Simple App to find passwords of your known WiFi networks that you connected to before in only 2 mouse clicks, instead of the other complex ways. And there's a button to copy the password directly.

Notifications You must be signed in to change notification settings

AmmarYasserAllaithy/Wi-Fi-Password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wi-Fi-Password

Wi-Fi icon

private void refresh() {
    if (osName.startsWith("Windows")) {
        refreshInWindows();
    } else if (osName.equals("Linux")) {
        refreshInLinux();
    }
    fillNetworks(listOfNetworks);
}

This method refresh the networks then fill the list.

About

Simple App to find passwords of your known WiFi networks that you connected to before in only 2 mouse clicks, instead of the other complex ways. And there's a button to copy the password directly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages