Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c99d9173 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Make android.telecom.action.POST_CALL a protected broadcast.

Ultimately we only want Telecom to be able to broadcast this and use it
to open an activity in an app implementing the CallScreeningService API.

Test: Added CTS permissions verifier test to confirm this is protected.
Bug: 169834488
Change-Id: I0ca1b680b6bacc2597a59714b2c1a3363fe8057f
parent fe6160ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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" />