diff --git a/api/current.xml b/api/current.xml index 16ed39bafc38e..c54fc98d2e276 100644 --- a/api/current.xml +++ b/api/current.xml @@ -53070,6 +53070,72 @@ + + + + + + + + + + + + - - - - - - - - - - - - - - The database lock must be held when calling this method. @@ -230,6 +231,10 @@ public abstract class SQLiteProgram extends SQLiteClosable { */ @Deprecated protected final native void native_compile(String sql); + + /** + * @deprecated This method is deprecated and must not be used. + */ @Deprecated protected final native void native_finalize();