Merge "Bluetooth: In-band ringtone setting should be reset to true" into oc-mr1-dev
am: ffea17b57f
Change-Id: I4295f1c186863d157520d93abfe0cbaf3c354247
This commit is contained in:
@@ -860,6 +860,10 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
|
|||||||
onPreferenceTreeClick(cb);
|
onPreferenceTreeClick(cb);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (mBluetoothEnableInbandRinging != null) {
|
||||||
|
mBluetoothEnableInbandRinging.setChecked(true);
|
||||||
|
onPreferenceTreeClick(mBluetoothEnableInbandRinging);
|
||||||
|
}
|
||||||
mBugReportInPowerController.resetPreference();
|
mBugReportInPowerController.resetPreference();
|
||||||
mEnableAdbController.resetPreference();
|
mEnableAdbController.resetPreference();
|
||||||
resetDebuggerOptions();
|
resetDebuggerOptions();
|
||||||
|
Reference in New Issue
Block a user