We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74aee11 commit 2ee4f9bCopy full SHA for 2ee4f9b
binder/src/main/java/io/grpc/binder/AndroidComponentAddress.java
@@ -58,7 +58,7 @@ public final class AndroidComponentAddress extends SocketAddress {
58
@Nullable
59
private final UserHandle targetUser; // null means the same user that hosts this process.
60
61
- protected AndroidComponentAddress(Intent bindIntent, @Nullable UserHandle targetUser) {
+ private AndroidComponentAddress(Intent bindIntent, @Nullable UserHandle targetUser) {
62
checkArgument(
63
bindIntent.getComponent() != null || bindIntent.getPackage() != null,
64
"'bindIntent' must be explicit. Specify either a package or ComponentName.");
0 commit comments