Made broadcast EXTERNAL_PROVIDER_CHANGE protected and with FLAG_RECEIVER_REPLACE_PENDING.

android.provider.action.EXTERNAL_PROVIDER_CHANGE should be protected
since it's being sent by system app (TelephonyProvider).

android.provider.action.EXTERNAL_PROVIDER_CHANGE broadcast in notifyIfNotDefaultSmsApp()
should be using the FLAG_RECEIVER_REPLACE_PENDING flag on its
Intent, so that it's never be stacked up multiple copies of it in the queue.

Bug: 27341575
Bug: 27429156
Change-Id: I980d38bd2dbaa3888cfe0d6a6cfe0e4d991f2431
2 files changed