I want to call intent.addFlags(int)
automatically for all activities started from my app
Why automatically?
Because I cannot modify an obfuscated jar which is starting activities as well.
Possible solutions?
I tried Aspect-Oriented Programming using AspectJ, But it only works for my app methods
What if the app activity is started by the system? It should include the flags as well.
Aucun commentaire:
Enregistrer un commentaire