Is your feature request related to a problem? Please describe:
We have a toggle in our app where the user can activate/deactivate the privacy screen. Initially the privacy screen is activated. Some of our users don't know about this toggle in the settings in our app and are frustrated that they can't take screenshots. For this case we want to show the user an information that the user has to deactivate the privacy screen first to be able to take screenshots.
Describe the solution you'd like:
For iOS it is possible to detect screenshots with addListener('screenshotTaken', ...)
Add the same screenshot detection which is available for iOS also for Android.
Describe alternatives you've considered:
/
Additional context:
Possible Solution:
Screenshot Detection API https://developer.android.com/about/versions/14/features/screenshot-detection
Is your feature request related to a problem? Please describe:
We have a toggle in our app where the user can activate/deactivate the privacy screen. Initially the privacy screen is activated. Some of our users don't know about this toggle in the settings in our app and are frustrated that they can't take screenshots. For this case we want to show the user an information that the user has to deactivate the privacy screen first to be able to take screenshots.
Describe the solution you'd like:
For iOS it is possible to detect screenshots with
addListener('screenshotTaken', ...)Add the same screenshot detection which is available for iOS also for Android.
Describe alternatives you've considered:
/
Additional context:
Possible Solution:
Screenshot Detection API https://developer.android.com/about/versions/14/features/screenshot-detection