ACTION_DELETE constant
String
const ACTION_DELETE
Activity Action: Delete the given data from its container.
Input: {@link #getData} is URI of data to be deleted.
Output: nothing.
Implementation
static const String ACTION_DELETE = "android.intent.action.DELETE";