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

Commit e1bab205 authored by allenwtsu's avatar allenwtsu Committed by Jayachandran Chinnakkannu
Browse files

Enable Radio Bug Detection by default

Bug: 135736972
Test: Manually
Change-Id: I9630d3ef5d95f6605738c008bc99c6a0f37d3a00
parent 41ca7655
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -622,7 +622,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