/**@class java.lang.SecurityManager
@extends java.lang.Object

 Legacy security code; do not use.

 <p>Security managers do <strong>not</strong> provide a
 secure environment for executing untrusted code. Untrusted code cannot be
 safely isolated within the Dalvik VM.
*/
var SecurityManager = {

/**
*/
checkAccept : function(  ) {},

/**
*/
checkAccess : function(  ) {},

/**
*/
checkAccess : function(  ) {},

/**
*/
checkConnect : function(  ) {},

/**
*/
checkConnect : function(  ) {},

/**
*/
checkCreateClassLoader : function(  ) {},

/**
*/
checkDelete : function(  ) {},

/**
*/
checkExec : function(  ) {},

/**
*/
checkExit : function(  ) {},

/**
*/
checkLink : function(  ) {},

/**
*/
checkListen : function(  ) {},

/**
*/
checkMemberAccess : function(  ) {},

/**
*/
checkMulticast : function(  ) {},

/**
@deprecated use {@link #checkMulticast(java.net.InetAddress)} instead.
*/
checkMulticast : function(  ) {},

/**
*/
checkPackageAccess : function(  ) {},

/**
*/
checkPackageDefinition : function(  ) {},

/**
*/
checkPropertiesAccess : function(  ) {},

/**
*/
checkPropertyAccess : function(  ) {},

/**
*/
checkRead : function(  ) {},

/**
*/
checkRead : function(  ) {},

/**
*/
checkRead : function(  ) {},

/**
*/
checkSecurityAccess : function(  ) {},

/**
*/
checkSetFactory : function(  ) {},

/**
*/
checkTopLevelWindow : function(  ) {},

/**
*/
checkSystemClipboardAccess : function(  ) {},

/**
*/
checkAwtEventQueueAccess : function(  ) {},

/**
*/
checkPrintJobAccess : function(  ) {},

/**
*/
checkWrite : function(  ) {},

/**
*/
checkWrite : function(  ) {},

/**
@deprecated Use {@link #checkPermission} instead.
*/
getInCheck : function(  ) {},

/**Returns the current thread's thread group.
*/
getThreadGroup : function(  ) {},

/**
*/
getSecurityContext : function(  ) {},

/**
*/
checkPermission : function(  ) {},

/**
*/
checkPermission : function(  ) {},


};