grpc-java/binder
Jeff Davidson 1c6a7412bb
Add BIND_ALLOW_ACTIVITY_STARTS to BindServiceFlags. (#10008)
This flag is added in the U SDK, which is still under development. Since it's just a numeric constant, we copy the value until it is stable and mark the API is experimental, with appropriate warnings about depending on it from production code.

A follow-up change will be made after SDK finalization to point to the official constant (or otherwise update to match any SDK changes), at which point we can remove the `@ExternalApi` annotation.

See b/274061424
2023-04-11 22:04:55 +02:00
..
src Add BIND_ALLOW_ACTIVITY_STARTS to BindServiceFlags. (#10008) 2023-04-11 22:04:55 +02:00
build.gradle binder: Expose client identity via a new abstract 'PeerUid' type (#9952) 2023-03-16 17:34:13 -07:00