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
This commit is contained in:
Alex Johnston
2022-03-16 09:49:42 +00:00
parent 31fc5489fd
commit 8c2b13fa6e

View File

@@ -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 -->