Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffea17b5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 10adff11 c9d7e876
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -860,6 +860,10 @@ public class DevelopmentSettings extends RestrictedSettingsFragment
                onPreferenceTreeClick(cb);
            }
        }
        if (mBluetoothEnableInbandRinging != null) {
            mBluetoothEnableInbandRinging.setChecked(true);
            onPreferenceTreeClick(mBluetoothEnableInbandRinging);
        }
        mBugReportInPowerController.resetPreference();
        mEnableAdbController.resetPreference();
        resetDebuggerOptions();