S.M.R
S.M.R

Reputation: 1

B4A : ContentResolver error "Invalid token limit"

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?

Upvotes: 0

Views: 442

Answers (0)

Related Questions