diff --git a/api/current.xml b/api/current.xml index 0ca7d8585e3f4..e1f8270ff72db 100644 --- a/api/current.xml +++ b/api/current.xml @@ -44998,6 +44998,23 @@ + + + + + + + + + + + + + + + + + + operations) throws RemoteException, OperationApplicationException; - - /** - * @hide -- until interface has proven itself - * - * Call an provider-defined method. This can be used to implement - * interfaces that are cheaper than using a Cursor. - * - * @param method Method name to call. Opaque to framework. - * @param request Nullable String argument passed to method. - * @param args Nullable Bundle argument passed to method. - */ - public Bundle call(String method, String request, Bundle args) throws RemoteException; + public Bundle call(String method, String arg, Bundle extras) throws RemoteException; // Data interchange. public String[] getStreamTypes(Uri url, String mimeTypeFilter) throws RemoteException;