Class android.content.Intent

Added interface java.lang.Cloneable.

Added Methods
CharSequence[]  getCharSequenceArrayExtra( String)  
ArrayList<CharSequence>  getCharSequenceArrayListExtra( String)  
Intent  putCharSequenceArrayListExtra( String, ArrayList<CharSequence> )  
Intent  putExtra( String, CharSequence[] )  
 

Added Fields
String  ACTION_EXTERNAL_APPLICATIONS_AVAILABLE  
String  ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE  
String  CATEGORY_CAR_MODE  
String  EXTRA_CHANGED_PACKAGE_LIST  
String  EXTRA_CHANGED_UID_LIST  
int  FLAG_RECEIVER_REPLACE_PENDING  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.