summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Ling Ma <linggm@google.com> 2023-08-03 17:58:54 -0700
committer Ling Ma <linggm@google.com> 2023-08-03 18:14:17 -0700
commita08debd40ebcc92fe290c0df0045180f9658bffc (patch)
tree06f8e6ab06a4ebf70a76ce9670e1e9b1ea5f3cbd
parent58cc4434240583ccbfd6ebfd81b25c71064c39c4 (diff)
Remove data retry intent
Changing to use another alarmManager API which uses a more lightweight listener instead of broadcast. Bug: 291719689 Test: manual log verify Change-Id: I60479b7d83e9c674c5389d11df3d6914f67f4c7d
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index b29a4e683a24..31012de00117 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -821,7 +821,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" />