android - Why is Cursor.requery() deprecated while SQLiteCursor.requery() is not? -
i understand why cursor.requery() deprecated - have question read.
however today found sqlitecursor, seems subclass, , sqlitecursor.requery() looks still ok in official documentation.
does know why? kind of docs bug, or sqlitecursor.requery() different counterpart?
Comments
Post a Comment