public static final class PackageParser.ProviderIntentInfo extends PackageParser.IntentInfo
IntentFilter.AuthorityEntry, IntentFilter.MalformedMimeTypeException
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
PackageParser.Provider |
provider |
banner, hasDefault, icon, labelRes, logo, nonLocalizedLabel, preferred
CREATOR, MATCH_ADJUSTMENT_MASK, MATCH_ADJUSTMENT_NORMAL, MATCH_CATEGORY_EMPTY, MATCH_CATEGORY_HOST, MATCH_CATEGORY_MASK, MATCH_CATEGORY_PATH, MATCH_CATEGORY_PORT, MATCH_CATEGORY_SCHEME, MATCH_CATEGORY_SCHEME_SPECIFIC_PART, MATCH_CATEGORY_TYPE, NO_MATCH_ACTION, NO_MATCH_CATEGORY, NO_MATCH_DATA, NO_MATCH_TYPE, SCHEME_HTTP, SCHEME_HTTPS, SYSTEM_HIGH_PRIORITY, SYSTEM_LOW_PRIORITY
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_ELIDE_DUPLICATES, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
ProviderIntentInfo(PackageParser.Provider provider) |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Returns a string representation of the object.
|
actionsIterator, addAction, addCategory, addDataAuthority, addDataAuthority, addDataPath, addDataPath, addDataScheme, addDataSchemeSpecificPart, addDataSchemeSpecificPart, addDataType, authoritiesIterator, categoriesIterator, countActions, countCategories, countDataAuthorities, countDataPaths, countDataSchemes, countDataSchemeSpecificParts, countDataTypes, create, debugCheck, describeContents, dump, getAction, getAutoVerify, getCategory, getDataAuthority, getDataPath, getDataScheme, getDataSchemeSpecificPart, getDataType, getHosts, getHostsList, getOrder, getPriority, handleAllWebDataURI, handlesWebUris, hasAction, hasCategory, hasDataAuthority, hasDataAuthority, hasDataPath, hasDataPath, hasDataScheme, hasDataSchemeSpecificPart, hasDataSchemeSpecificPart, hasDataType, hasExactDataType, isVerified, match, match, matchAction, matchCategories, matchData, matchDataAuthority, needsVerification, pathsIterator, readFromXml, schemesIterator, schemeSpecificPartsIterator, setAutoVerify, setOrder, setPriority, setVerified, typesIterator, writeToParcel, writeToXml
public final PackageParser.Provider provider
public ProviderIntentInfo(PackageParser.Provider provider)
public String toString()
Object
toString
method returns a string that
"textually represents" this object. The result should
be a concise but informative representation that is easy for a
person to read.
It is recommended that all subclasses override this method.
The toString
method for class Object
returns a string consisting of the name of the class of which the
object is an instance, the at-sign character `@
', and
the unsigned hexadecimal representation of the hash code of the
object. In other words, this method returns a string equal to the
value of:
getClass().getName() + '@' + Integer.toHexString(hashCode())