Replies: 1 comment 1 reply
-
I don't know if it is possible for your exact problem, but you could hook the PackageManagerService instead. Then check whether the caller (Binder.getCallingUid()) is the target application, and in case, you know... do your thing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried hooking the methods of class android.content.pm.IPackageManager$Stub$Proxy, but nothing works? But hooking the methods of other classes works fine.
Beta Was this translation helpful? Give feedback.
All reactions