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

Commit d80590b4 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Remove unused parameter

Test: presubmit. Non-functional change.
Bug: b/321969740
Change-Id: I10770ba9c01e64abbb34a69101bf6f9f25d4aa08
parent 6e44c398
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ package com.android.settingslib.media;

import static android.media.MediaRoute2ProviderService.REASON_UNKNOWN_ERROR;

import android.app.Notification;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.ComponentName;
@@ -125,7 +124,7 @@ public class LocalMediaManager implements BluetoothCallback {
     *
     * It will use {@link BluetoothAdapter#getDefaultAdapter()] for setting the bluetooth adapter.
     */
    public LocalMediaManager(Context context, String packageName, Notification notification) {
    public LocalMediaManager(Context context, String packageName) {
        mContext = context;
        mPackageName = packageName;
        mLocalBluetoothManager =