Skip to content

Commit 84655b2

Browse files
Added a note about manual screenshots on Android
1 parent fc15822 commit 84655b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Both iOS (as of iOS 7) and Android have app switchers that display a screenshot
55

66
This is a lovely feature for most apps, but if your app displays sensitive information this is a possible privacy risk.
77

8-
This plugin flags your app so that it doesn't show your users' sensitive data in the task switcher. It sets the [FLAG_SECURE](http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE) flag in Android and hides the window in iOS.
8+
This plugin flags your app so that it doesn't show your users' sensitive data in the task switcher. It sets the [FLAG_SECURE](http://developer.android.com/reference/android/view/WindowManager.LayoutParams.html#FLAG_SECURE) flag in Android (which also prevents manual screenshots from being taken) and hides the window in iOS.
99

1010
Installation
1111
------------

0 commit comments

Comments
 (0)