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

Commit 5c5a494a authored by Chen Xu's avatar Chen Xu Committed by Android (Google) Code Review
Browse files

Merge "cellbroadcast provider refactor"

parents f824e6ff 947a1f41
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;