1.0.5 • Published 6 years ago

cordova-plugin-securedscreen v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Privacy Screen Plugin

Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private. Same as cordova-plugin-privacyscreen plugin, only changed the android code to set FLAG_SECURE on pause and remove the flag on resume. The ogiginal code didn't work on Android 9.

Installation

For Cordova 3.x.x:

  1. To add this plugin just type: cordova plugin add cordova-plugin-privacyscreen-rplan or phonegap local plugin add cordova-plugin-privacyscreen-rplan
  2. To remove this plugin type: cordova plugin remove cordova-plugin-privacyscreen-rplan or phonegap local plugin remove cordova-plugin-privacyscreen-rplan

Usage:

This plugin exposes no interface. You don't need to do anything except install the plugin.