2015-09-14 39 views

回答

1

您可以使用StorIOContentResolver爲

storIOContentResolver 
    .get() 
    .cursor() // or listOfObjects() 
    .withQuery(...) // Here you need to create a query to retrieve contacts info 
    .prepare() 
    .executeAsBlocking() // or createObservable() 
相關問題