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

Commit 0fdac367 authored by Jordan Liu's avatar Jordan Liu Committed by android-build-merger
Browse files

Merge "Enable CB module by default"

am: c2911acc

Change-Id: I280bbd9e132a09e7d6901d57b103e83ea2fca67b
parents 2d655689 c2911acc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -237,7 +237,7 @@ public abstract class InboundSmsHandler extends StateMachine {
    @UnsupportedAppUsage
    IDeviceIdleController mDeviceIdleController;

    protected static boolean sEnableCbModule = false;
    protected static boolean sEnableCbModule = true;

    protected CellBroadcastServiceManager mCellBroadcastServiceManager;