It's works well with many apps, my I have a strange issue with app rikka appops, no intent is logged. I tried many versions of this app and I discovered until version 5.0.6 I can log intent but from version 5.1.0 no. I tried to optmizde e deoptimize but nothing.
I tried with frida the same code and I can log intent in all versions of rikka appops. So I think there is a bug in edxposed.
My scope is not debug rikka appops it was just a test, but logging intent in other apps.
This exception caused me some doubts about the functioning of my module.
I tried to switch SandHook from EdXposed Manager and I have the same issue.
I have Android 8.0 stock arm64, with Magisk 22.0 Riru 23.6 EdXposed 0.5.2.2_4683 YAHFA
Magisk Modules: are riru core and edxposed. EdXposed modules there is only my module.
I'm developing a simple module for logging intent of apps. This is my code:
In my TestHook class
It's works well with many apps, my I have a strange issue with app rikka appops, no intent is logged. I tried many versions of this app and I discovered until version 5.0.6 I can log intent but from version 5.1.0 no. I tried to optmizde e deoptimize but nothing. I tried with frida the same code and I can log intent in all versions of rikka appops. So I think there is a bug in edxposed. My scope is not debug rikka appops it was just a test, but logging intent in other apps. This exception caused me some doubts about the functioning of my module. I tried to switch SandHook from EdXposed Manager and I have the same issue.