Android app to reset the wifi connection periodically.
WifiReset is hosted in the following web site
https://github.com/cachirulop/WifiReset
If you think the Android project WifiReset listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WifiReset.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 15 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE |
There are 2 image files in WifiReset. The names of the image files are listed as follows.
ic_action_reset.png ic_action_settings.png
The following screenshort is generated from the image listed above.
WifiReset has the following Java source files.
com.cachirulop.wifireset.activity.MainActivity.java com.cachirulop.wifireset.activity.SettingsActivity.java com.cachirulop.wifireset.adapter.HistoryAdapter.java com.cachirulop.wifireset.common.Util.java com.cachirulop.wifireset.data.WifiResetDataHelper.java com.cachirulop.wifireset.entity.History.java com.cachirulop.wifireset.fragment.SettingsFragment.java com.cachirulop.wifireset.manager.BroadcastManager.java com.cachirulop.wifireset.manager.HistoryManager.java com.cachirulop.wifireset.manager.SettingsManager.java com.cachirulop.wifireset.manager.WifiResetManager.java com.cachirulop.wifireset.manager.WifiResetNotificationManager.java com.cachirulop.wifireset.service.WifiResetService.java