- <li>To sum up, this function can be said to be a supplement to [@AndroidAopMatchClassMethod](https://flyjingfish.github.io/AndroidAOP/AndroidAopMatchClassMethod/) (the code in android.jar cannot be woven into AOP code). The reason why [ProceedJoinPoint](https://flyjingfish.github.io/AndroidAOP/ProceedJoinPoint/) is not used is that this method may be restricted by different versions of Android. It can neither use reflection to call the original method nor weave in AOP code, so it cannot be encapsulated with [ProceedJoinPoint](/AndroidAOP/ProceedJoinPoint/). If you really want to use it, it is recommended to use [MatchClassMethodProxy](#4-proxy-usage-of-androidaopmatchclassmethod) </li><br> <li><strong>After you modify the configuration of this aspect, you should clean the project before continuing development</strong></li>
0 commit comments