Archinamon / android-gradle-aspectj

gradle plug-in adding supports of AspectJ into Android project
Apache License 2.0
363 stars 58 forks source link

Is there any way to intercept the andrid framework methods? #123

Closed cld111 closed 3 years ago

cld111 commented 3 years ago

For example to intercept a list scroll event.

Archinamon commented 3 years ago

You can intercept calls from your own code to android framework. But no way to inject into android.jar itself :( Not because of some limits... Android framework not bundled with APK. So any injects will have no effect in runtime.