SudoCode755 / SudoHide

Xposed module hide android apps from other android apps
http://repo.xposed.info/module/com.sudocode.sudohide
62 stars 21 forks source link

May I ask you a question?Binder.getCallingUid () #3

Closed lozn00 closed 6 years ago

lozn00 commented 7 years ago

May I ask you a question? Binder.getCallingUid ()) Why is it used? Is the process of communication? I have recently been wondering how to implement configuration changes to make my xposed module configuration change

SudoCode755 commented 6 years ago

Hello Thanks for asking, it is used in the called method to Identify application Info, it is similar to the calling the same method from your application context,