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

[Feature] Enable/disable application components #5

Closed
Atrate opened this issue Jun 5, 2020 · 6 comments
Closed

[Feature] Enable/disable application components #5

Atrate opened this issue Jun 5, 2020 · 6 comments
Milestone

Comments

@Atrate
Copy link
Contributor

Atrate commented Jun 5, 2020

This is dependent on issue #2

A useful and sensible feature to be added would be to allow the user to disable specific app components (services, broadcast receivers, activities and content providers).

This could be used to e.g. disable Google Analytics or Measurement services.

This would be similar to what MyAndroidTools has:
https://www.myandroidtools.com/

MAT has a very nice UI/UX for that: it allows the user to see a list of the receivers of all installed apps, filter them by name and batch disable.

@MuntashirAkon
Copy link
Owner

I have plans to merge Watt which let you disable activities, receivers and services. But it may take some time as it is written in Kotlin.

@MuntashirAkon
Copy link
Owner

Partially fixed in the 0882b02. Blocking content providers via IFW should be supported but I don't yet know how. Currently you can only block activities, broadcast receivers and services.

@MuntashirAkon
Copy link
Owner

I don't find any documentation on how content providers can be blocked via IFW. So, I might only add blocking via pm.

@MuntashirAkon
Copy link
Owner

MAT has a very nice UI/UX for that: it allows the user to see a list of the receivers of all installed apps, filter them by name and batch disable.

MAT is a nice tool. I wish it was open source (the author, on the other hand, made sure it's unreadable even after decompilation, just like Lucky Patcher).

@MuntashirAkon
Copy link
Owner

It's final: for providers, I'll only add blocking via pm. Other components will still be blocked via Intent Firewall due to its superiority.

@MuntashirAkon MuntashirAkon added this to the v2.5.0 milestone Jun 15, 2020
@MuntashirAkon
Copy link
Owner

Fixed via 9fa7755

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