You may want screenshot to be at the top position in RecyclerView, ListView or whatever.
then You can sort by anything like DATE_TAKEN, DATE_ADDED, DATE_MODIFIED, etc.
on Android 10(Pixel), because DATE_TAKEN is 0 (or empty) as a result of query with ,the screenshot just taken is at the end of the list.
Don’t know whether it’s a bug or something else
BTW, I Just changed DATE_TAKEN to DATE_ADDED and finally it works.
0개의 댓글