commit | 3a51527e934a873e16ebf768d9b129332dfede79 | [log] [tgz] |
---|---|---|
author | Sebastian Rasmussen <sebras@gmail.com> | Tue Jun 14 21:58:35 2022 +0200 |
committer | Sebastian Rasmussen <sebras@gmail.com> | Tue Jun 14 21:58:35 2022 +0200 |
tree | 119e8647a24333136dafe2b89f33b252d662c108 | |
parent | f9d197142ffbf0d782349a1d365bba7336508d34 [diff] |
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.