android.provider
Class LiveFolders

java.lang.Object
  extended by android.provider.LiveFolders
All Implemented Interfaces:
BaseColumns

Deprecated.

@Deprecated
public final class LiveFolders
extends Object
implements BaseColumns


Field Summary
static String ACTION_CREATE_LIVE_FOLDER
          Deprecated.  
static String DESCRIPTION
          Deprecated.  
static int DISPLAY_MODE_GRID
          Deprecated.  
static int DISPLAY_MODE_LIST
          Deprecated.  
static String EXTRA_LIVE_FOLDER_BASE_INTENT
          Deprecated.  
static String EXTRA_LIVE_FOLDER_DISPLAY_MODE
          Deprecated.  
static String EXTRA_LIVE_FOLDER_ICON
          Deprecated.  
static String EXTRA_LIVE_FOLDER_NAME
          Deprecated.  
static String ICON_BITMAP
          Deprecated.  
static String ICON_PACKAGE
          Deprecated.  
static String ICON_RESOURCE
          Deprecated.  
static String INTENT
          Deprecated.  
static String NAME
          Deprecated.  
 
Fields inherited from interface android.provider.BaseColumns
_COUNT, _ID
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Deprecated. 
See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Deprecated. 
See Also:
Constant Field Values

INTENT

public static final String INTENT
Deprecated. 
See Also:
Constant Field Values

ICON_BITMAP

public static final String ICON_BITMAP
Deprecated. 
See Also:
Constant Field Values

ICON_PACKAGE

public static final String ICON_PACKAGE
Deprecated. 
See Also:
Constant Field Values

ICON_RESOURCE

public static final String ICON_RESOURCE
Deprecated. 
See Also:
Constant Field Values

DISPLAY_MODE_GRID

public static final int DISPLAY_MODE_GRID
Deprecated. 
See Also:
Constant Field Values

DISPLAY_MODE_LIST

public static final int DISPLAY_MODE_LIST
Deprecated. 
See Also:
Constant Field Values

EXTRA_LIVE_FOLDER_NAME

public static final String EXTRA_LIVE_FOLDER_NAME
Deprecated. 
See Also:
Constant Field Values

EXTRA_LIVE_FOLDER_ICON

public static final String EXTRA_LIVE_FOLDER_ICON
Deprecated. 
See Also:
Constant Field Values

EXTRA_LIVE_FOLDER_DISPLAY_MODE

public static final String EXTRA_LIVE_FOLDER_DISPLAY_MODE
Deprecated. 
See Also:
Constant Field Values

EXTRA_LIVE_FOLDER_BASE_INTENT

public static final String EXTRA_LIVE_FOLDER_BASE_INTENT
Deprecated. 
See Also:
Constant Field Values

ACTION_CREATE_LIVE_FOLDER

public static final String ACTION_CREATE_LIVE_FOLDER
Deprecated. 
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.