Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

MobileChromeApps/cordova-plugin-chrome-apps-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chrome.power Plugin

This plugin provides the ability to override the device's default power management.

Status

Stable on Android and iOS.

Reference

The API reference is here.

Notes

  • There is no distinction between system and display levels; both act as though display was specified.

Release Notes

1.0.4 (April 30, 2015)

  • Renamed plugin to pubilsh to NPM

1.0.3 (October 21, 2014)

  • Documentation updates.

1.0.2 (August 21, 2014)

  • Added system level for Android
  • Added support for system requestKeepAwake on Android

1.0.1 (May 8, 2014)

  • requestKeepAwake and releaseKeepAwake to run on the UI thread on Android.