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

Commit 8c2b13fa authored by Alex Johnston's avatar Alex Johnston
Browse files

Mark LOST_MODE_LOCATION_UPDATE as a protected broadcast

Only the system should be able to send this broadcast

Bug: 223148704
Test: NA
Change-Id: I49bf5996a130c4e4a22290dd01e4c95d55effe1d
parent 31fc5489
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -724,6 +724,7 @@
    <protected-broadcast android:name="android.intent.action.SHOW_FOREGROUND_SERVICE_MANAGER" />
    <protected-broadcast android:name="android.service.autofill.action.DELAYED_FILL" />
    <protected-broadcast android:name="android.app.action.PROVISIONING_COMPLETED" />
    <protected-broadcast android:name="android.app.action.LOST_MODE_LOCATION_UPDATE" />

    <!-- ====================================================================== -->
    <!--                          RUNTIME PERMISSIONS                           -->