B4A : ContentResolver error "Invalid token limit"

366 views Asked by At

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?

0

There are 0 answers