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

Commit 29e37782 authored by Chen Xu's avatar Chen Xu
Browse files

cellbroadcast provider refactor

1. expose proper APIs to query framework cellbroadcast provider
2. export framework cellbroadcast provider
3. new URI with proper permission check

Bug: 135956699
Test: Build & Manual
Change-Id: I409dccb21d4a85e9ae544003ad688b27073deac6
(cherry picked from commit 947a1f41)
Merged-in: I409dccb21d4a85e9ae544003ad688b27073deac6
parent 3b47c9a1
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;