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

Commit c9d7e876 authored by Jack He's avatar Jack He
Browse files

Bluetooth: In-band ringtone setting should be reset to true

* Enable in-band ringing setting should be reset to true when toggling
  developer options switch

Bug: 65382863
Test: make, try toggling "Enable in-band ringing" preference
Change-Id: Ic3221710983d5c493fa3dff36bc24611948fc4c1
parent d57edb70
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();