Add NMS broadcasts to protected list

Test: try to send broaddcasts from unrooted shell, verify they fail
Fixes: 194540462
Change-Id: I74a82d0fefb335d08599833e4518a2e66085c6e4
This commit is contained in:
Julia Reynolds
2021-07-26 17:04:30 -04:00
parent 7ee0307aed
commit 1eadd544ef

View File

@@ -616,7 +616,11 @@
<protected-broadcast android:name="com.android.server.fingerprint.ACTION_LOCKOUT_RESET" />
<protected-broadcast android:name="android.net.wifi.PASSPOINT_ICON_RECEIVED" />
<protected-broadcast android:name="com.android.server.notification.CountdownConditionProvider" />
<protected-broadcast android:name="android.server.notification.action.ENABLE_NAS" />
<protected-broadcast android:name="android.server.notification.action.DISABLE_NAS" />
<protected-broadcast android:name="android.server.notification.action.LEARNMORE_NAS" />
<protected-broadcast android:name="com.android.internal.location.ALARM_WAKEUP" />
<protected-broadcast android:name="com.android.internal.location.ALARM_TIMEOUT" />