I'm building an xposed module and i want to hook a method only if certain process (app) called this method. I can get the process pid and uid using Binder, but I can't find a way to get the package name without having a context (i'm running my code in a class that can't get any Context as parameter).
How can I get it?
Thanks, Gidi