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

Commit edae5c87 authored by Allen Su's avatar Allen Su Committed by android-build-merger
Browse files

Merge "Enable Radio Bug Detection by default" into qt-r1-dev am: 111779a1

am: 2b421cb2

Change-Id: I261e724e7838a9428fc8c354174ad9545f308fc5
parents 5b85d459 2b421cb2
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