I just added a system-service to my aosp build, using this tutorial: https://medium.com/android-news/system-service-in-aosp-750007d39555
Is it possible only allow access to the "AIDL" or Proxy to a specific process? In my case the SystemUi.
Thank you!