In my android app, i'm inserting initial data using sql script. after insert completed, i need to force stop application or any other thing like that to refresh application to enable database changes.
I called finish()
at end of insert, but newly inserted data not shown.
how can i do this ?