Edit data

Action: 
android.intent.action.EDIT
Input: 
URI of the data to be edited.
Output: 
None

Provide explicit editable access to the given data.

Activity implementing this intent provides explicit editable access to the given data.

See Android documentation.