diff options
| author | 2024-08-20 21:49:54 +0000 | |
|---|---|---|
| committer | 2024-08-20 21:49:54 +0000 | |
| commit | 6ca5555663df27b0142e90af15352cf05e815b4d (patch) | |
| tree | 36e3e999f0081620fce879af21e16fc259641003 | |
| parent | 35039a92d141b83343099f1653c7911b92bde09d (diff) | |
| parent | a5b723db245ac99c6a277e42965fb11d4bae16fc (diff) | |
Merge "Removed non-existent broadcast intent" into main
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 160f651dbc5c..f795406074b8 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -830,7 +830,6 @@ <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" /> |