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

Commit eca88fd9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "MIDI: Fix Legacy UMP typo" into main

parents daac1248 3c0a0128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1006,7 +1006,7 @@ public class MidiService extends IMidiManager.Stub {
                for (int i = 0; i < count; i++) {
                    ServiceInfo serviceInfo = resolveInfos.get(i).serviceInfo;
                    if (serviceInfo != null) {
                        addLegacyPackageDeviceServer(serviceInfo, user.getUserIdentifier());
                        addUmpPackageDeviceServer(serviceInfo, user.getUserIdentifier());
                    }
                }
            }