List of usage examples for android.content Intent subclass-usage
From source file com.thelastcrusade.soundstream.util.LocalBroadcastIntent.java
/**
* A helper class for building and sending broadcast intents.
*
* NOTE: as we want to use additional put* methods (for the extras bundle), we may
* have to override the methods like we do with putParcelableArrayListExtra, so we
* can keep method chaining functionality.
From source file devfigas.com.neverlargeexception.SuperIntent.java
public class SuperIntent extends Intent { protected static final String EXTRAS = "EXTRAS"; private Bundle mBundle = new Bundle(); protected IntentCofiguration mIntentCofiguration = new IntentCofiguration();