public class

PrivilegedSmsReceiver

extends SmsReceiver
java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ com.android.mms.transaction.SmsReceiver
       ↳ com.android.mms.transaction.PrivilegedSmsReceiver

Class Overview

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.

Summary

Public Constructors
PrivilegedSmsReceiver()
Public Methods
void onReceive(Context context, Intent intent)
[Expand]
Inherited Methods
From class com.android.mms.transaction.SmsReceiver
From class android.content.BroadcastReceiver
From class java.lang.Object

Public Constructors

public PrivilegedSmsReceiver ()

Public Methods

public void onReceive (Context context, Intent intent)