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

Commit 7cebcfbb authored by Chen Xu's avatar Chen Xu Committed by android-build-merger
Browse files

Merge "cellbroadcast provider refactor"

am: d667cad8

Change-Id: I309216feaa6159583be6226c3135d00d403553f6
parents 3a7dea69 d667cad8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ public class CellBroadcastHandler extends WakeLockStateMachine {

    private final LocalLog mLocalLog = new LocalLog(100);

    protected static final Uri CELL_BROADCAST_URI = Uri.parse("content://cellbroadcasts_fwk");
    protected static final Uri CELL_BROADCAST_URI = Uri.parse("content://cellbroadcasts");

    /** Uses to request the location update. */
    public final LocationRequester mLocationRequester;