Remove BluetoothFeatureProvider and impl

It's not used by anything

Change-Id: I03a73461a391657b8efbce13670a0c92fc4e3565
Fixes: 111940586
Test: rebuild
This commit is contained in:
Fan Zhang
2018-07-27 17:38:31 -07:00
parent 791b34b303
commit 37f805a192
5 changed files with 2 additions and 73 deletions

View File

@@ -1,17 +0,0 @@
package com.android.settings.bluetooth;
/**
* Impl for bluetooth feature provider
*/
public class BluetoothFeatureProviderImpl implements BluetoothFeatureProvider {
@Override
public boolean isPairingPageEnabled() {
return false;
}
@Override
public boolean isDeviceDetailPageEnabled() {
return false;
}
}