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

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

Merge "Add type and isSystem to MediaRoute2Info toString()" into main

parents cadaba09 857e32dc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -943,6 +943,10 @@ public final class MediaRoute2Info implements Parcelable {
                        .append(getId())
                        .append(", name=")
                        .append(getName())
                        .append(", type=")
                        .append(getDeviceTypeString(getType()))
                        .append(", isSystem=")
                        .append(isSystemRoute())
                        .append(", features=")
                        .append(getFeatures())
                        .append(", iconUri=")