diff options
| author | 2023-03-20 13:58:44 -0700 | |
|---|---|---|
| committer | 2023-03-22 13:56:55 -0700 | |
| commit | 7b38305ff1d3b78c5e9cdef395434c80dd54ffbe (patch) | |
| tree | c35306dfd2df5f01fe8cf95608891d976dabf17c | |
| parent | f21ef1de30b0bdcb2fd91ab7980ca287c65d25ea (diff) | |
Make data retry intent protected
Fix: 271037454
Test: Reproduced the issue and confirmed the fix by experiment
Change-Id: I3a4a5cbdadc8916a74f06ea2c8b5ab25ea9e7dfb
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 496cc3a9e321..bf82e9f4e55a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -821,6 +821,7 @@ <protected-broadcast android:name="android.intent.action.PROFILE_REMOVED" /> <protected-broadcast android:name="com.android.internal.telephony.cat.SMS_SENT_ACTION" /> <protected-broadcast android:name="com.android.internal.telephony.cat.SMS_DELIVERY_ACTION" /> + <protected-broadcast android:name="com.android.internal.telephony.data.ACTION_RETRY" /> <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" /> |