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

Commit 77c5ba9e authored by allenwtsu's avatar allenwtsu Committed by Sarah Chin
Browse files

Enable Radio Bug Detection by default

Bug: 135736972
Test: Manually
Change-Id: I9630d3ef5d95f6605738c008bc99c6a0f37d3a00
Merged-In: I9630d3ef5d95f6605738c008bc99c6a0f37d3a00
parent f2311c7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -633,7 +633,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
        return Settings.Global.getInt(
                mContext.getContentResolver(),
                Settings.Global.ENABLE_RADIO_BUG_DETECTION,
                0) != 0;
                1) != 0;
    }

    @Override