ContentResolver.MimeTypeInfo
  public
  static
  final
  
  class
  ContentResolver.MimeTypeInfo
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.content.ContentResolver.MimeTypeInfo | 
Detailed description of a specific MIME type, including an icon and label that describe the type.
Summary
| Public methods | |
|---|---|
| 
        
        
        
        
        
        CharSequence | 
      getContentDescription()
      Return a content description for this MIME type. | 
| 
        
        
        
        
        
        Icon | 
      getIcon()
      Return a visual representation of this MIME type. | 
| 
        
        
        
        
        
        CharSequence | 
      getLabel()
      Return a textual representation of this MIME type. | 
| Inherited methods | |
|---|---|
Public methods
getContentDescription
public CharSequence getContentDescription ()
Return a content description for this MIME type.
| Returns | |
|---|---|
| CharSequence | This value cannot be null. | 
See also:
getIcon
public Icon getIcon ()
Return a visual representation of this MIME type. This can be styled
 using Icon.setTint(int) to match surrounding UI.
| Returns | |
|---|---|
| Icon | This value cannot be null. | 
getLabel
public CharSequence getLabel ()
Return a textual representation of this MIME type.
| Returns | |
|---|---|
| CharSequence | This value cannot be null. | 
See also:
