Simple Android app to play Caputre The Flag. By using GPS and wifi it allows you to "capture the flags"..
CTF is hosted in the following web site
https://github.com/anonim1133/CTF
If you think the Android project CTF 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 CTF.
Item | Value |
---|---|
Java File Count | 8 |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
CTF has the following Java source files.
me.anonim1133.ctf.ApplicationTest.java me.anonim1133.ctf.DBConquered.java me.anonim1133.ctf.DBWifi.java me.anonim1133.ctf.DataBaseHelper.java me.anonim1133.ctf.ErrorDialogFragment.java me.anonim1133.ctf.GpsHelper.java me.anonim1133.ctf.MapsActivity.java me.anonim1133.ctf.Scan.java