0

From Android 11, LIMIT and OFFSET should be retrieved using Bundle by

public Cursor query (Uri uri,String[] projection,Bundle queryArgs,CancellationSignal cancellationSignal)

I found it In bellow link :

ContentResolver.query() method throws "Invalid token limit" error

How can I use limit with ContentResolver in B4A?

S.M.R
  • 1
  • 1
  • 1
    ContentResolver can do nothing for it. Its the uri provider/authority that handles your query(). ContentResolver is just the middle man. So tell which provider/authority you are querying. – blackapps Oct 28 '21 at 10:46
  • 1
    from this "content://call_log/calls" – S.M.R Oct 28 '21 at 13:06

0 Answers0