We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ead7d90 + 2bb7c12 commit 33c0a61Copy full SHA for 33c0a61
1 file changed
media/java/android/media/MediaRouter.java
@@ -239,6 +239,9 @@ static String typesToString(int types) {
239
if ((types & ROUTE_TYPE_LIVE_AUDIO) != 0) {
240
result.append("ROUTE_TYPE_LIVE_AUDIO ");
241
}
242
+ if ((types & ROUTE_TYPE_LIVE_VIDEO) != 0) {
243
+ result.append("ROUTE_TYPE_LIVE_VIDEO ");
244
+ }
245
if ((types & ROUTE_TYPE_USER) != 0) {
246
result.append("ROUTE_TYPE_USER ");
247
0 commit comments