1A test project that publishes a Binder service. The methods of this service
2check if their caller has certain permissions. This service is used by
3Context tests to verify that methods like enforceCallingPermission()
4work correctly.
5
6This service has to be in a separate package so the permissions of the
7caller (the test) and the callee (this service) are different.
8