Skip to content
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

Protect App Screens from 3rd Party Apps #468

Open
arys opened this issue Sep 17, 2024 · 0 comments
Open

Protect App Screens from 3rd Party Apps #468

arys opened this issue Sep 17, 2024 · 0 comments

Comments

@arys
Copy link

arys commented Sep 17, 2024

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital
letter.

Which platform(s) does your issue occur on?

  • Android
  • Android 10
  • emulator

Please, provide the following version numbers that your issue occurs with:

  • CLI: 10.2.4
  • inappbrowser 3.7.0

Please, tell us how to recreate the issue in as much detail as possible.

Protect App Screens from 3rd Party Apps

Starting with Android 5.0, Google introduced the android.media.projection API which allows any third-party App to perform screen capture and screen sharing (https://developer.android.com/about/versions/android-5.0.html).

Such an App can capture everything on the device’s screen, including sensitive activity from all other Apps such as password keystrokes, credit card data, etc. The capturing ability remains on even if the user terminates/closes the App, but not after a reboot.

A demo App performing screen capture was developed by Data Theorem's research team and is available at https://www.youtube.com/watch?v=tT1XSoykjtA.

Is there any code involved?

com.proyecto26.inappbrowser.ChromeTabsManagerActivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant