FileDocCategorySizeDatePackage
RepeatingAlarm.javaAPI DocAndroid 1.5 API1281Wed May 06 22:41:08 BST 2009com.example.android.apis.app

RepeatingAlarm

public class RepeatingAlarm extends android.content.BroadcastReceiver
This is an example of implement an {@link BroadcastReceiver} for an alarm that should occur once.

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

        Toast.makeText(context, R.string.repeating_received, Toast.LENGTH_SHORT).show();