Search code examples
androidhtmlcordovabrightness

How to set brightness using phonegap?


While developing applications using HTML5 and Phonegap, is there any way to access or set the brightness of phone (Android)?


Solution

  • through phonegap you can not do that straight forward way. You Need to use IHardwareService interface for this ( in native way ).

    This is not possible via current phonegap API. We need to develop some plugins which would do that. I think such plugins are not available currently.