You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We generally haven't backported API's like this. In this situation CancellationSignal was introduced after the Android 2.1 platform release which is our supported base version. While we did this once, it requires anyone targeting an older platform version to target our 3rd party interface instead, in your case any platforms lower than 16. Should you wish to submit a pull request we would be open to reviewing it for submission, corresponding test cases would be required as well.
Jellybean added a rawQuery method that supports a cancellationHook.
Could this functionality be added to the SQLiteDatabase?
Api ref here: http://goo.gl/UDeXLi
The text was updated successfully, but these errors were encountered: