diff --git a/src/com/android/settings/bluetooth/BluetoothProgressCategory.java b/src/com/android/settings/bluetooth/BluetoothProgressCategory.java index a36c98b60fe..ec948e03057 100644 --- a/src/com/android/settings/bluetooth/BluetoothProgressCategory.java +++ b/src/com/android/settings/bluetooth/BluetoothProgressCategory.java @@ -48,7 +48,6 @@ public class BluetoothProgressCategory extends ProgressCategory { } private void init() { - setIcon(R.drawable.ic_settings_bluetooth); setEmptyTextRes(R.string.bluetooth_no_devices_found); } } diff --git a/src/com/android/settings/search2/SearchFeatureProviderImpl.java b/src/com/android/settings/search2/SearchFeatureProviderImpl.java index b1616863ecb..cd9c470ecd0 100644 --- a/src/com/android/settings/search2/SearchFeatureProviderImpl.java +++ b/src/com/android/settings/search2/SearchFeatureProviderImpl.java @@ -40,7 +40,7 @@ public class SearchFeatureProviderImpl implements SearchFeatureProvider { @Override public boolean isEnabled(Context context) { - return false; + return true; } @Override