- uri
- Documentation for this section has not yet been entered.
- method
- provider-defined method name to call. Opaque to framework, but must be non-null.
- arg
- provider-defined String argument. May be null.
- extras
- provider-defined Bundle argument. May be null.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.NullPointerException if uri or method is null Java.Lang.IllegalArgumentException if uri is not known
Call a provider-defined method. This can be used to implement read or write interfaces which are cheaper than using a Cursor and/or do not fit into the traditional table model.