Hello, I am trying to figure out how the permission in checked during run time. After following the trace I ended up at IPermissionController.cpp BpPermissionController checkPermission(const String16& permission, int32_t pid, int32_t uid) This function calls remote()->transact(CHECK_PERMISSION_TRANSACTION, data, &reply)
my question is where is the call routed to? Is this checked on the permission tree maintained in the PackageManager or inPackahServiceManager? Vicky Singh -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-security-discuss?hl=en.
