Avoid using API introduced in Android level 26 when minimum is 21.

ContentResolver.query() with four argument was introduced in
level 26, but the variant with five argument has existed since
level 16 so use that instead.
1 file changed