Skip to content
Snippets Groups Projects
Commit 5d3ee618 authored by Bishoy Gendy's avatar Bishoy Gendy Committed by Android (Google) Code Review
Browse files

Merge "Add missing break statement in InfoMediaManager" into main

parents 2679eac0 7b5a4a11
No related branches found
No related tags found
No related merge requests found
......@@ -672,6 +672,7 @@ public abstract class InfoMediaManager extends MediaManager {
route,
mPackageName,
mPreferenceItemMap.get(route.getId()));
break;
default:
Log.w(TAG, "addMediaDevice() unknown device type : " + deviceType);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment