[TIMOB-27643] App showing information before showing fingerprint dialog.
GitHub Issue | n/a |
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2020-02-26T17:45:29.000+0000 |
Affected Version/s | Release 8.2.1, Release 8.3.0 |
Fix Version/s | n/a |
Components | n/a |
Labels | engTriage |
Reporter | Nazmus Salahin |
Assignee | Unknown |
Created | 2019-12-06T02:05:51.000+0000 |
Updated | 2020-02-26T17:45:29.000+0000 |
Description
*Customer issue:* In our application (Android only), when we send the application to the background, and then went back to the app, on the resume, we do a time validation and when needed, we present the fingerprint dialog.
The problem is that the user is able to see that data, even when we remove almost all validations on the resume event, and send the fingerprint dialog to show.
We already tried setting the flagSecure property to all windows in our app, and we are still seeing the same behavior.
I attach a video with the current behavior, we need the app to not show anything when coming from the background.
Thank you.
Attachments
The
flagSecure
property is a creation-only flag. So it can only be set when creating the window.When this is set to
true
, I can no longer see the preview of my application when viewing recent applications or during its resume. The issue is that they are seeing a window with sensitive information just before the authentication window appears after resuming the application. Which they should not be seeing when this flag is set.[~gmathews] Customer said: Even with that flag, we are still seeing this behavior. Can you check out this issue on your end?