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

Commit 7c84f148 authored by Jordan Liu's avatar Jordan Liu
Browse files

Enable CB module by default

Bug: 135956699
Test: manual
Change-Id: Ia627dd8add639e32732e9f24ef0bee34bcdf1ea4
parent a371b678
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public abstract class InboundSmsHandler extends StateMachine {
    @UnsupportedAppUsage
    IDeviceIdleController mDeviceIdleController;

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

    protected CellBroadcastServiceManager mCellBroadcastServiceManager;