All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.provider.LiveFolders Maven / Gradle / Ivy

Go to download

A library jar that provides APIs for Applications written for the Google Android Platform. The branch tag that was used to checkout the source from the Git repos was android-2.1_r2.

There is a newer version: 4.1.1.4
Show newest version
package android.provider;
public final class LiveFolders
  implements android.provider.BaseColumns
{
LiveFolders() { throw new RuntimeException("Stub!"); }
public static final java.lang.String NAME = "name";
public static final java.lang.String DESCRIPTION = "description";
public static final java.lang.String INTENT = "intent";
public static final java.lang.String ICON_BITMAP = "icon_bitmap";
public static final java.lang.String ICON_PACKAGE = "icon_package";
public static final java.lang.String ICON_RESOURCE = "icon_resource";
public static final int DISPLAY_MODE_GRID = 1;
public static final int DISPLAY_MODE_LIST = 2;
public static final java.lang.String EXTRA_LIVE_FOLDER_NAME = "android.intent.extra.livefolder.NAME";
public static final java.lang.String EXTRA_LIVE_FOLDER_ICON = "android.intent.extra.livefolder.ICON";
public static final java.lang.String EXTRA_LIVE_FOLDER_DISPLAY_MODE = "android.intent.extra.livefolder.DISPLAY_MODE";
public static final java.lang.String EXTRA_LIVE_FOLDER_BASE_INTENT = "android.intent.extra.livefolder.BASE_INTENT";
public static final java.lang.String ACTION_CREATE_LIVE_FOLDER = "android.intent.action.CREATE_LIVE_FOLDER";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy