-
Notifications
You must be signed in to change notification settings - Fork 200
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
Bypass pause option in Android 13 #551
Comments
Wow, I didn't even know that was a feature in Android 13, I'll do some research on this immediately |
Thank you for bringing this to my attention as well, THIS is exactly what I need users to do ❤️ |
According to my research I can fix this by Implementing:
Which believe it or not is something that I am already implementing in the modern payload I'm currently building privately NOTE: the modern payload will be public on this repo when it is done, I will not be charging anyone anything for it whatsoever, AhMyth is open source, so everything added to it on this repo will stay open source and free forever ❤️ |
You're a great HB for doing that, <3 you forever :)
|
In the above screenshot, you can see that option is enabled as default by Android 13 as "Pause activity if unused" Which can mess with the persistence of the backdoor/payload binded to the app, do you think, you can make a fix to this issue? I found this option enabled in every app that has been installed in my phone so far. If the user does not use a certain app for the time being, then, this option removes all app permissions which were previously granted by the user. I've already seen that in my phone.
The text was updated successfully, but these errors were encountered: