Declare CONTROL_INCALL_EXPERIENCE in the phone process.
In b/33753947, sending of the telephony secret code broadcast was
moved from the Dialer app to the phone process. Since this broadcast
was unprotected, apps which received these broadcasts may have
declared android:permission="[some permission only Dialer has]" to
prevent unprivileged apps from sending them.
So, for backwards compatibility, declare this permission in the phone
process too.
Test: Will verify TreeHugger build
Change-Id: I1879ed85b7b140b9f75602ae643d4cd96ec91e97
Fixes: 35948554
1 file changed