FileDocCategorySizeDatePackage
SubscribedFeedsBroadcastReceiver.javaAPI DocAndroid 1.5 API1458Wed May 06 22:42:00 BST 2009com.android.providers.subscribedfeeds

SubscribedFeedsBroadcastReceiver

public class SubscribedFeedsBroadcastReceiver extends android.content.BroadcastReceiver
Handles the XMPP_CONNECTED_ACTION intent by updating all the subscribed feeds with the new jabber id and initiating a sync for all subscriptions. Handles the TICKLE_ACTION intent by finding the matching subscribed feed and intiating a sync for it.

Fields Summary
private static final String
TAG
Constructors Summary
Methods Summary
public voidonReceive(android.content.Context context, android.content.Intent intent)


          
        if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "Received intent " + intent);
            intent.setClass(context, SubscribedFeedsIntentService.class);
        context.startService(intent);