Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 android 应用程序中,我使用 sql 脚本插入初始数据。插入完成后,我需要强制停止应用程序或任何其他类似的东西来刷新应用程序以启用数据库更改。
我finish()在插入结束时调用了,但未显示新插入的数据。
finish()
我怎样才能做到这一点 ?