diff options
| author | 2021-07-26 17:04:30 -0400 | |
|---|---|---|
| committer | 2021-07-27 02:31:09 +0000 | |
| commit | 1eadd544ef76fcc3fdbeffbdfac3c5e2de69c32e (patch) | |
| tree | 588aefb0811018e37b70a9f2f61085d58073fe88 | |
| parent | 7ee0307aed1692851281bedb0f1841d02d0f51c5 (diff) | |
Add NMS broadcasts to protected list
Test: try to send broaddcasts from unrooted shell, verify they fail
Fixes: 194540462
Change-Id: I74a82d0fefb335d08599833e4518a2e66085c6e4
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 4dec0ffccb5e..a307369e9df5 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -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" /> |