Skip to content

Fix NPE of ContentResolver query cursor.#1518

Open
tankery wants to merge 1 commit intoagrosner:developfrom
tankery:develop
Open

Fix NPE of ContentResolver query cursor.#1518
tankery wants to merge 1 commit intoagrosner:developfrom
tankery:develop

Conversation

@tankery
Copy link

@tankery tankery commented Jan 19, 2018

When ContentProvider not ready, a query from content resolver may return
a null cursor, we need to detect this, instead of wrap to FlowCursor
direct.
The issue may happen when query across process, that other App may not
installed, or provider not setup yet.

When ContentProvider not ready, a query from content resolver may return
a null cursor, we need to detect this, instead of wrap to FlowCursor
direct.
The issue may happen when query across process, that other App may not
installed, or provider not setup yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant