diff --git a/src/com/android/settings/bluetooth/BluetoothSettings.java b/src/com/android/settings/bluetooth/BluetoothSettings.java index 9ec4be1e9ac..cf06fe79ba4 100755 --- a/src/com/android/settings/bluetooth/BluetoothSettings.java +++ b/src/com/android/settings/bluetooth/BluetoothSettings.java @@ -136,7 +136,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem @Override public void onActivityCreated(Bundle savedInstanceState) { super.onActivityCreated(savedInstanceState); - mInitialScanStarted = (savedInstanceState != null); // don't auto start scan after rotation + mInitialScanStarted = false; mInitiateDiscoverable = true; mEmptyView = (TextView) getView().findViewById(android.R.id.empty);