cordova-plugin-privacyscreen
Advanced tools
Comparing version 0.0.5 to 0.0.8
{ | ||
"name": "cordova-plugin-privacyscreen", | ||
"version": "0.0.5", | ||
"version": "0.0.8", | ||
"description": "Secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.", | ||
"cordova": { | ||
"id": "org.devgeeks.privacyscreen", | ||
"id": "cordova-plugin-privacyscreen", | ||
"platforms": [ | ||
@@ -18,2 +18,3 @@ "android", | ||
"privacy", | ||
"cordova", | ||
"ecosystem:cordova", | ||
@@ -23,7 +24,3 @@ "cordova-android", | ||
], | ||
"author": { | ||
"name": "tommy-carlos williams", | ||
"email": "tommy@devgeeks.org", | ||
"url": "http://devgeeks.org" | ||
}, | ||
"author": "Tommy-Carlos Willaims <tommy@devgeeks.org>", | ||
"license": "MIT", | ||
@@ -30,0 +27,0 @@ "bugs": { |
@@ -10,3 +10,4 @@ PivacyScreenPlugin | ||
On iOS this plugin will show your splashscreen in the app switcher, but it requires your splashscreens basesname to be named `Default`. E.g. `Default~iphone.png` and `Default-568@2x~iphone.png`. | ||
On iOS this plugin will try to show your splashscreen in the app switcher. It will search for splashscreens prefixed by `Default` or the value of the key `UILaunchImageFile` in your .plist file. | ||
If it fails to find a splashscreen for a specific device or orientation (portrait or landscape), a black screen is shown instead. | ||
@@ -19,3 +20,3 @@ Installation | ||
1. To add this plugin just type: `cordova plugin add https://github.com/devgeeks/PrivacyScreenPlugin.git` or `phonegap local plugin add https://github.com/devgeeks/PrivacyScreenPlugin.git` | ||
2. To remove this plugin type: `cordova plugin remove org.devgeeks.PrivacyScreenPlugin` or `phonegap local plugin remove org.devgeeks.PrivacyScreenPlugin` | ||
2. To remove this plugin type: `cordova plugin remove cordova-plugin-privacyscreen` or `phonegap local plugin remove cordova-plugin-privacyscreen` | ||
@@ -22,0 +23,0 @@ Usage: |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11366
40