Our Android app may present sensitive data and we wish to hide it when the app is not in use - Android is taking a snapshot of the app and displays it in the overview screen. At the same time we want to enable the user to take screen shots of the app when using it. We already checked following options:
Any idea how we can hide/change the activity before the app moves to the background and still keep the print screen ability when the user is using the app?
Here are some links about the issue - all are only partial to this question:
Thanks!
How can sensitive data like contacts or access to the camera (or other sensors) be secured in the world of mobile apps? Access to a user's data or sensors is restricted by a permissions system.
Is removing the app from recent apps completely an option? Then set android:excludeFromRecent
to true for the activity.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With