Remove the obsolete bluetooth code

Also update the shortcut:
1. Change the name to "Devices"
2. Change it point to "Connected device" page

Bug: 74806595
Fixes: 69926683
Test: robo test still pass

Change-Id: Ic57756fc955dc622cc22d0be64f02b5ae07a2915
This commit is contained in:
Lei Yu
2018-03-29 10:54:22 -07:00
parent f3789adffd
commit dec7a719d1
12 changed files with 13 additions and 968 deletions

View File

@@ -23,7 +23,7 @@ import com.android.settings.R;
/**
* Activity for Bluetooth device picker dialog. The device picker logic
* is implemented in the {@link BluetoothSettings} fragment.
* is implemented in the {@link BluetoothPairingDetail} fragment.
*/
public final class DevicePickerActivity extends Activity {