public class PrivilegedSmsReceiver extends SmsReceiver
This class exists specifically to allow us to require permissions checks on SMS_RECEIVED
broadcasts that are not applicable to other kinds of broadcast messages handled by the
SmsReceiver base class.
// Pass the message to the base class implementation, noting that it
// was permission-checked on the way in.
onReceiveWithPrivilege(context, intent, true);