Skip to content

Danyzzz/cordova-plugin-screen-locker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cordova Screen Locker Plugin

The plugin helps you to lock and unlock device screen programmatically.

#Supported Platforms

The plugin version 0.1 supports only Android (SDK >=7)

Other platforms will be added in new versions of plugin

#Installation

cordova plugin add https://github.com/kitolog/cordova-plugin-screen-locker.git

#Sample

var successCallback = function(){ console.log('success'); //do some staff };

var errorCallback = function(e){ console.log('error'); console.log(e); };

window.screenLocker.unlock(successCallback, errorCallback);

#License

This software is released under the Apache 2.0 License.

© 2015 AppLurk, All rights reserved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 74.5%
  • JavaScript 25.5%