API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.content.IntentFilter

Added Methods
int countActions() Return the number of actions in the filter.
int countCategories() Return the number of categories in the filter.
int countDataAuthorities() Return the number of data authorities in the filter.
int countDataPaths() Return the number of data paths in the filter.
int countDataSchemes() Return the number of data schemes in the filter.
int countDataTypes() Return the number of data types in the filter.
int describeContents()  
String getAction(int) Return an action in the filter.
String getCategory(int) Return a category in the filter.
AuthorityEntry getDataAuthority(int) Return a data authority in the filter.
PatternMatcher getDataPath(int) Return a data path in the filter.
String getDataScheme(int) Return a data scheme in the filter.
String getDataType(int) Return a data type in the filter.
int matchDataAuthority(Uri) Match this intent filter against the given Intent data.
void readFromXml(XmlPullParser)  
void writeToXml(XmlSerializer) Write the contents of the IntentFilter as an XML stream.
 

Changed Methods
void addDataPath(String, int) Change in signature from String to (String, int).
Add a new Intent data oath to match against.
Iterator<PatternMatcher> pathsIterator() Change in return type from Iterator<PathEntry> to Iterator<PatternMatcher>.
Return an iterator over the filter's data paths.
void writeToParcel(Parcel, int) Change in signature from Parcel to (Parcel, int).
 
 

Removed Fields
int MATCH_AUTHORITY  
int MATCH_EMPTY  
int MATCH_PATH  
int MATCH_SCHEME  
int MATCH_TYPE  
 

Added Fields
int MATCH_ADJUSTMENT_MASK The part of a match constant that applies a quality adjustment to the basic category of match.
int MATCH_ADJUSTMENT_NORMAL  
int MATCH_CATEGORY_EMPTY The filter matched an intent that had no data specified.
int MATCH_CATEGORY_HOST The filter matched an intent with the same data URI scheme and authority host.
int MATCH_CATEGORY_MASK The part of a match constant that describes the category of match that occurred.
int MATCH_CATEGORY_PATH The filter matched an intent with the same data URI scheme, authority, and path.
int MATCH_CATEGORY_PORT The filter matched an intent with the same data URI scheme and authority host and port.
int MATCH_CATEGORY_SCHEME The filter matched an intent with the same data URI scheme.
int MATCH_CATEGORY_TYPE The filter matched an intent with the same data MIME type.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff