aniyomiorg / aniyomi

An app for manga and anime
https://aniyomi.org
Apache License 2.0
4.58k stars 290 forks source link

Seperate options for "prevent screen capture" and "dont show content while switching apps" #1470

Open DeviL4939 opened 4 months ago

DeviL4939 commented 4 months ago

Describe your suggested feature

Currently aniyomi has a secure screen option that prevents screen capture while in the app and hides the content of the app in recent apps. My suggestion is to make them seperate options so that the user can choose whether they want one of the option to be turned or both at the same time. As i use aniyomi alot and sometimes i want to share the screenshot of the manga or something, i cant do it since the secure screen option is turned on to hide the content in recent app. It will be really helpful and will improve the accessibility.

Other details

No response

Acknowledgements

griffi-gh commented 4 months ago

I'm pretty sure this is impossible, as the option just enables FLAG_SECURE.
Behavior of FLAG_SECURE is controlled by Android OS, so it's not possible to block one thing but keep another one working