rovo89 / XposedBridge

The Java part of the Xposed framework.
3.89k stars 1.1k forks source link

Maybe change Object... to Object[] parameter types in "findAndHookMethods" in order to be avalaible load parametrs from file? #280

Closed errorman-awful closed 4 years ago

errorman-awful commented 4 years ago

There is a method like findAndHookMethod that accept the Object... ,and i have class names in my txt file, so how i can invoke that method with my classes names?