react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

Protect App Screens from 3rd Party Apps

Open arys opened this issue 5 months ago • 0 comments

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

arys avatar Sep 17 '24 08:09 arys