diff options
| author | 2023-03-10 16:02:24 +0000 | |
|---|---|---|
| committer | 2023-03-16 13:49:57 +0000 | |
| commit | 7f6d65934ec5785a7a9cee26658bbf3307f08f5c (patch) | |
| tree | 0c825232caf63f64ea32244364e3987810782227 | |
| parent | 24fa99c448c74c60ce742f619f9a53439bbc7783 (diff) | |
Protect some device policy broadcasts that are sent by the system
Bug: 272483242
Test: N/A
Change-Id: I2c276cf21dbf14a67c0f7081f6527b9ca8cc9e10
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 70a1354e3046..06e91c3bebfa 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -824,6 +824,9 @@ <protected-broadcast android:name="android.companion.virtual.action.VIRTUAL_DEVICE_REMOVED" /> <protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_START_PREVIEW" /> <protected-broadcast android:name="com.android.internal.intent.action.FLASH_NOTIFICATION_STOP_PREVIEW" /> + <protected-broadcast android:name="android.app.admin.action.DEVICE_FINANCING_STATE_CHANGED" /> + <protected-broadcast android:name="android.app.admin.action.DEVICE_POLICY_SET_RESULT" /> + <protected-broadcast android:name="android.app.admin.action.DEVICE_POLICY_CHANGED" /> <!-- ====================================================================== --> <!-- RUNTIME PERMISSIONS --> |