Android Lite: Close DB?

Hi;
Do we need to close the database (on Android) before user shuts the app? Any special db commands before shutdown?
Thanks
nat

It’s helpful — in particular it causes the SQLite database’s write-ahead log to be flushed, which can save a bit of disk space — but it’s not essential.