• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

aidl/com/android/cts/23-Nov-2023-267

src/com/android/cts/23-Nov-2023-6136

Android.bpD23-Nov-20231.1 KiB4138

AndroidManifest.xmlD23-Nov-2023953 2610

README.txtD23-Nov-2023367 86

README.txt

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