Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why would doing this specifically remove apps from a "deep sleep" list? #4

Open
liboyan666 opened this issue Jul 16, 2024 · 1 comment

Comments

@liboyan666
Copy link

I notice that the code in the MainActivity seems quite straightforward. How does it achieve this functionality, or is there more to it that's not immediately apparent from the main activity's code?

@sywesk
Copy link

sywesk commented Oct 20, 2024

When you add an app to deep sleep, you can still open it, and it will be enabled just-in-time to be able to be opened. That's done by the "OS". So when this app opens every app, the os temporarily enables them all, making them visible by the play store (which it launches at then end)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants