- name
- specifies which provider should be acquired
Documentation for this section has not yet been entered.
Returns a Android.Content.ContentProviderClient that is associated with the Android.Content.ContentProvider with the authority of name, starting the provider if necessary. Returns null if there is no provider associated wih the uri. The caller must indicate that they are done with the provider by calling ContentProviderClient.Release which will allow the system to release the provider it it determines that there is no other reason for keeping it active.