Home | History | Annotate | Download | only in provider

Lines Matching full:live

23  * {@link android.content.ContentProvider}. To create a live folder, two components
27 * activity is responsible for creating the live folder.</li>
28 * <li>A {@link android.content.ContentProvider} to provide the live folder items.</li>
32 * <p>When a user wants to create a live folder, the system looks for all activities with the
35 * {@link #ACTION_CREATE_LIVE_FOLDER} action. The activity then creates the live folder and
38 * live folder is described by a content provider URI, a name, an icon and a display mode.
39 * Finally, when the user opens the live folder, the system queries the content provider
42 * <h3>Setting up the live folder activity</h3>
43 * <p>The following code sample shows how to write an activity that creates a live folder:</p>
46 * public static final Uri CONTENT_URI = Uri.parse("content://my.app/live");
79 * <p>The live folder is described by an {@link android.content.Intent} as follows:</p>
93 * <td>The name of the live folder</td>
98 * <td>The icon of the live folder</td>
103 * <td>The display mode of the live folder. The value must be either
109 * <td>When the user clicks an item inside a live folder, the system will either fire
110 * the intent associated with that item or, if present, the live folder's base intent
118 * <p>The live folder's content provider must, upon query, return a {@link android.database.Cursor}
133 * <td>The description of the item. The description is ignored when the live folder's
139 * <td>The intent to fire when the item is clicked. Ignored when the live folder defines
166 * @deprecated Live folders are no longer supported by Android. These have been
170 * all of the features of live folders plus many more. The use of live folders is greatly
171 * discouraged because of security issues they introduce -- publishing a live folder requires
172 * making all data show for the live folder available to all applications with no
179 * <p>Name of the live folder item.</p>
187 * <p>Description of the live folder item. This value is ignored if the
188 * live folder's display mode is {@link LiveFolders#DISPLAY_MODE_GRID}.</p>
198 * <p>Intent of the live folder item.</p>
199 * <p>Optional if the live folder has a base intent.</p>
208 * <p>Icon of the live folder item, as a custom bitmap.</p>
216 * <p>Package where to find the icon of the live folder item. This value can be
229 * <p>Resource name of the live folder item. This value can be obtained easily using
240 * Displays a live folder's content in a grid.
247 * Displays a live folder's content in a list.
254 * The name of the extra used to define the name of a live folder.
261 * The name of the extra used to define the icon of a live folder.
268 * The name of the extra used to define the display mode of a live folder.
278 * The name of the extra used to define the base Intent of a live folder.
286 * Activity Action: Creates a live folder.
288 * <p>Output: An Intent representing the live folder. The intent must contain four