Merge "Bluetooth: In-band ringtone setting should be reset to true" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot
2017-09-06 16:25:28 +00:00
committed by Android (Google) Code Review

View File

@@ -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();