/**@class android.os.BrightnessLimit
 implements android.view.View.OnClickListener

@extends android.app.Activity

 Tries to set the brightness to 0. Should be silently thwarted by the framework.
*/
var BrightnessLimit = {

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


};