BinaryEye
BinaryEye copied to clipboard
Add android:excludeFromRecents="true" in AndroidManifest.xml
Hello,
The latest view of the camera is shown in the "recent applications used" list.
For some security reasons, it could be a good idea to add android:excludeFromRecents="true" in AndroidManifest.xml.
<activity
android:excludeFromRecents="true">
</activity>
https://developer.android.com/guide/topics/manifest/activity-element#exclude
Thanks for the suggestion 👍
I made a few quick tests with this and I think it would probably be best to make this an optional setting.