ACTION_INSERT constant
String
const ACTION_INSERT
Activity Action: Insert an empty item into the given container.
Input: {@link #getData} is URI of the directory (vnd.android.cursor.dir/*) in which to place the data.
Output: URI of the new data that was created.
Implementation
static const String ACTION_INSERT = "android.intent.action.INSERT";