diff --git a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java index f7f21ffafd0..c3dc5bc04aa 100755 --- a/src/com/android/settings/bluetooth/DeviceProfilesSettings.java +++ b/src/com/android/settings/bluetooth/DeviceProfilesSettings.java @@ -156,7 +156,8 @@ public final class DeviceProfilesSettings extends SettingsPreferenceFragment mManager.setForegroundActivity(getActivity()); mCachedDevice.registerCallback(this); - + if(mCachedDevice.getBondState() == BluetoothDevice.BOND_NONE) + finish(); refresh(); EditText et = mDeviceNamePref.getEditText(); if (et != null) {