EXTRA_TEMPLATE constant

String const EXTRA_TEMPLATE

The initial data to place in a newly created record. Use with {@link #ACTION_INSERT}. The data here is a Map containing the same fields as would be given to the underlying ContentProvider.insert() call.

Implementation

static const String EXTRA_TEMPLATE = "android.intent.extra.TEMPLATE";