grpc-java icon indicating copy to clipboard operation
grpc-java copied to clipboard

binder: Cross-user channels require SDK R+ today but they could be made to work for system apps on P & Q as well

Open jdcormie opened this issue 4 months ago • 1 comments

bindServiceAsUser() is public in R but exists as a @SystemApi since L. However, to support server pre-auth we also need resolveServiceAsUser(). We could access this via createContextAsUser() in R and via createPackageContextAsUser() on P and Q.

jdcormie avatar Aug 16 '25 05:08 jdcormie

Marking this for Next.

kannanjgithub avatar Aug 21 '25 12:08 kannanjgithub