[android-developers] Intercept calls to library methods

2010-02-11 Thread pieter
Hello everyone, I read somewhere that in Android it's possible to write components that basically sit between applications and the Android library classes. Using some kind of interception framework, it would be possible to intercept calls from applications to the Android libraries. This would be

Re: [android-developers] Intercept calls to library methods

2010-02-11 Thread Mark Murphy
I read somewhere that in Android it's possible to write components that basically sit between applications and the Android library classes. Using some kind of interception framework, it would be possible to intercept calls from applications to the Android libraries. This would be perfect for