Remove context from BluetoothFeatureProviderImpl
Which is not used. Bug: 286764889 Test: m Settings Change-Id: I3f82d53f667d9802585f67f0e028ca52114a055e
This commit is contained in:
@@ -18,7 +18,6 @@ package com.android.settings.bluetooth;
|
||||
|
||||
import android.bluetooth.BluetoothDevice;
|
||||
import android.content.ComponentName;
|
||||
import android.content.Context;
|
||||
import android.net.Uri;
|
||||
|
||||
import com.android.settingslib.bluetooth.BluetoothUtils;
|
||||
@@ -30,8 +29,6 @@ import java.util.List;
|
||||
*/
|
||||
public class BluetoothFeatureProviderImpl implements BluetoothFeatureProvider {
|
||||
|
||||
public BluetoothFeatureProviderImpl(Context context) {}
|
||||
|
||||
@Override
|
||||
public Uri getBluetoothDeviceSettingsUri(BluetoothDevice bluetoothDevice) {
|
||||
final byte[] uriByte = bluetoothDevice.getMetadata(
|
||||
|
Reference in New Issue
Block a user