es.cesar.quitesleep.receivers
Class SendActionSMSReceiver

java.lang.Object
  extended by BroadcastReceiver
      extended by es.cesar.quitesleep.receivers.SendActionSMSReceiver

public class SendActionSMSReceiver
extends BroadcastReceiver

Author:
Cesar Valiente Gordo

Field Summary
(package private)  java.lang.String SENT_SMS_ACTION
           
 
Constructor Summary
SendActionSMSReceiver()
           
 
Method Summary
 void onReceive(Context context, Intent intent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SENT_SMS_ACTION

final java.lang.String SENT_SMS_ACTION
See Also:
Constant Field Values
Constructor Detail

SendActionSMSReceiver

public SendActionSMSReceiver()
Method Detail

onReceive

public void onReceive(Context context,
                      Intent intent)