Fix MR2ServiceImpl nullability annotation

Test: Presubmit. No runtime changes. Only nullability annotation.
Bug: 205124386
Change-Id: I46ee33d934ed1b6594e607bf6278a50b38607654
This commit is contained in:
Santiago Seifert
2022-12-29 12:16:59 +00:00
parent bb00d16f61
commit 742a63f10d

View File

@@ -596,7 +596,7 @@ class MediaRouter2ServiceImpl {
// Start of methods that implements operations for both MediaRouter2 and MediaRouter2Manager.
@NonNull
@Nullable
public RoutingSessionInfo getSystemSessionInfo(
@Nullable String packageName, boolean setDeviceRouteSelected) {
final int uid = Binder.getCallingUid();