summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tyler Gunn <tgunn@google.com> 2020-10-06 16:12:23 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-10-06 16:12:23 +0000
commit2046a9dced2fef8261cc09b7a2fac188e70677e4 (patch)
treefb7413e355108326058bc4fe3bfb267da8d60ad9
parentf9e818047f21dc1ba2d2606519e9d7c6c2149a46 (diff)
parentc99d9173d6f1b6018e7fec54154fd66d88b67236 (diff)
Merge "Make android.telecom.action.POST_CALL a protected broadcast."
-rw-r--r--core/res/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 80f73f043068..9b90b0a24922 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -511,6 +511,7 @@
<protected-broadcast android:name="android.telecom.action.NUISANCE_CALL_STATUS_CHANGED" />
<protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_REGISTERED" />
<protected-broadcast android:name="android.telecom.action.PHONE_ACCOUNT_UNREGISTERED" />
+ <protected-broadcast android:name="android.telecom.action.POST_CALL" />
<protected-broadcast android:name="android.telecom.action.SHOW_MISSED_CALLS_NOTIFICATION" />
<protected-broadcast android:name="android.telephony.action.CARRIER_CONFIG_CHANGED" />
<protected-broadcast android:name="android.telephony.action.DEFAULT_SUBSCRIPTION_CHANGED" />