devgeeks / PrivacyScreenPlugin

Cordova / PhoneGap plugin that secures your app from displaying a screenshot in task switchers under Android and iOS. Keeps sensitive information private.
MIT License
102 stars 148 forks source link

Splash Screen instead of black #32

Closed mubasshir closed 8 years ago

mubasshir commented 8 years ago

Can we have splash instead of black?

devgeeks commented 8 years ago

@mubasshir are you using the latest version (0.3.0) of the plugin? I thought that issue #11 was resolved via PR #16

mubasshir commented 8 years ago

I'm using version 0.3.1 on android

devgeeks commented 8 years ago

Oh, Android. :)

Unfortunately Android uses the built in system FLAG_SECURE functionality and the black screen is how it works.

To get a splash screen instead would mean writing what would amount to an entire new plugin and I would rather just use the systems built in functionality.

I might accept a PR that added this, but it would need a great deal of security review, etc.