com.wjholden.nmap
Class NmapSurvey

java.lang.Object
  extended by Activity
      extended by com.wjholden.nmap.NmapSurvey
All Implemented Interfaces:
NmapConstants

public class NmapSurvey
extends Activity
implements NmapConstants

Allows users to report what SDK version they're running.

Version:
0.1
Author:
William John Holden

Nested Class Summary
private  class NmapSurvey.UploadData
          Uploads the ANDROID_ID and Build.VERSION to my webserver so that I can gather just these analytics on which I will base future development decisions.
 
Field Summary
private  Button mButton
          The button the user clicks on to initiate data upload.
 
Fields inherited from interface com.wjholden.nmap.NmapConstants
BUFFER_SIZE, FORCE_RESTART, INSTALL_ERROR, INSTALL_FILENAMES, INSTALL_GOOD, INSTALL_NO_ROOT, INSTALL_RESOURCES, MG_DEBUG, MG_DEFAULT, MG_SUBNET, MI_BIN, MI_DEBUG_EMAIL, MI_DEBUG_ENABLE, MI_DEC, MI_EMAIL_SUBNET, MI_EXIT, MI_HEX, MI_MORE_HELP, MI_REINSTALL, MI_SUBNET, MI_SURVEY, RUN_COMPLETE, RUN_ERROR, RUN_SUCCESS_NO_FILE, SCANTYPE_NCAT, SCANTYPE_NDIFF, SCANTYPE_NMAP_5_30, SCANTYPE_NMAP_5_50, SCANTYPE_NPING, SET_TITLE, SUBNET_CONNECTED, SUBNET_DISCONNECTED, SUBNET_POLL_INTERVAL, TAG, THREAD_ERROR
 
Constructor Summary
NmapSurvey()
           
 
Method Summary
protected  void onCreate(Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mButton

private transient Button mButton
The button the user clicks on to initiate data upload.

Constructor Detail

NmapSurvey

public NmapSurvey()
Method Detail

onCreate

protected void onCreate(Bundle bundle)