Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 742a63f1 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Fix MR2ServiceImpl nullability annotation

Test: Presubmit. No runtime changes. Only nullability annotation.
Bug: 205124386
Change-Id: I46ee33d934ed1b6594e607bf6278a50b38607654
parent bb00d16f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();