Make telephony actions unconditionally protected
The telephony broadcast actions are listened-to by the system server but the telephony package isn't always present. This represents a security issue where on a device without telephony any app can send these broadcasts. Due to b/161145287 it also currently means that devices without telephony won't boot due to not specifying EXPORTED/NOT_EXPORTED. This patch fixes that for telephony broadcasts. Bug: 161145287 Bug: 217642082 Change-Id: Ia82fe6c8378480532262182a453265b3bdc695ff (cherry picked from commit 8e2ea4b0) Merged-In: Ia82fe6c8378480532262182a453265b3bdc695ff
Loading
Please register or sign in to comment