Insert data

Action: 
android.intent.action.INSERT
Input: 
URI of the directory (vnd.android.cursor.dir/*) in which to place the data.
Output: 
URI of the new data that was created.

Insert an empty item into the given container.

See Android reference.