-
-
Notifications
You must be signed in to change notification settings - Fork 742
Protect password during screenshare #5339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm not sure this is something for the app to handle because:
Note that even the keyboard input is still visible when recording/sharing (built-in recorder, using a single app so that should be the new APIs): screen-20250520-144333.mp4 |
I would like to check if we use |
|
Indeed we cannot catch all of them, we could see we the frontend if we can send them a flag that the app is being recorded. I think it is a nice feature to hide the typing of a password for security. We should not set this flag all the time otherwise like you said we can't make screenshots, but we could enable it on specific places when it makes sense and make sure our inputs are properly configured when user is typing a secret. |
This requirements is not a must have for targeting android API 36 |
(It's actually a behavior change in Android 15, it already applies) |
Verify that when typing password during onboarding and with screenshare ON we are properly hiding the password of the user https://developer.android.com/about/versions/15/behavior-changes-all#screenshare_protection
The text was updated successfully, but these errors were encountered: