Sample Android applicaiton, demoing an Update class implementation.
CheckforUpdates is hosted in the following web site
https://github.com/tommytomatoe/CheckforUpdates
If you think the Android project CheckforUpdates 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 CheckforUpdates.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 2 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.REBOOT android.permission.WRITE_EXTERNAL_STORAGE android.permission.WRITE_SETTINGS |
Asset File Names | assets\rebooter |
There are 6 image files in CheckforUpdates. The names of the image files are listed as follows.
alert_dialog_icon.png ic_action_search.png update_bg.9.png update_bg_disabled.9.png update_bg_focused.9.png update_bg_pressed.9.png
The following screenshort is generated from the image listed above.
CheckforUpdates has the following Java source files.
net.classic.update.MyAlertDialog.java net.classic.update.ShellInterface.java net.classic.update.Update.java net.classic.update.UpdateActivity.java