/**@class android.accounts.CantAddAccountActivity
@extends android.app.Activity

 @hide
 Just shows an error message about the account restrictions for the limited user.
*/
var CantAddAccountActivity = {

/***/
EXTRA_ERROR_CODE : "android.accounts.extra.ERROR_CODE",
/**
*/
onCreate : function(  ) {},

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


};