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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -