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

Bypass pause option in Android 13 #551

Open
A-Unix opened this issue Jun 14, 2024 · 4 comments
Open

Bypass pause option in Android 13 #551

A-Unix opened this issue Jun 14, 2024 · 4 comments
Labels
Updates Required Updates are required to fix this issue

Comments

@A-Unix
Copy link

A-Unix commented Jun 14, 2024

Screenshot_2024-06-14-18-41-16-765_com.miui.securitycenter.jpg

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.

@Morsmalleo
Copy link
Owner

Wow, I didn't even know that was a feature in Android 13, I'll do some research on this immediately

@Morsmalleo
Copy link
Owner

Screenshot_2024-06-14-18-41-16-765_com.miui.securitycenter.jpg

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.

Thank you for bringing this to my attention as well, THIS is exactly what I need users to do ❤️

@Morsmalleo
Copy link
Owner

According to my research I can fix this by Implementing:

  • Foreground Service
  • WorkManager
  • JobScheduler

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 ❤️

@A-Unix
Copy link
Author

A-Unix commented Jun 15, 2024

You're a great HB for doing that, <3 you forever :)

According to my research I can fix this by Implementing:

  • Foreground Service
  • WorkManager
  • JobScheduler

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 ❤️

@Morsmalleo Morsmalleo added the Updates Required Updates are required to fix this issue label Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Updates Required Updates are required to fix this issue
Projects
None yet
Development

No branches or pull requests

2 participants