FileDocCategorySizeDatePackage
PrivilegedSmsReceiver.javaAPI DocAndroid 1.5 API1282Wed May 06 22:42:46 BST 2009com.android.mms.transaction

PrivilegedSmsReceiver

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.

Fields Summary
Constructors Summary
Methods Summary
public voidonReceive(android.content.Context context, android.content.Intent intent)

        // Pass the message to the base class implementation, noting that it
        // was permission-checked on the way in.
        onReceiveWithPrivilege(context, intent, true);