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.
我有一个依赖于内容解析器数据库的应用程序
现在,如果用户去手动移动或删除他的文件,内容解析器数据库似乎不会立即更新
我如何让它得到更新?
看来我可以通过在查询数据库之前发送以下行来强制数据库更新
sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"+ Environment.getExternalStorageDirectory())));
I am trying to learn how to use Jasmine and Sinon for testing a Backbone application, and I was following 1 java - GWTP 与 GWT MVP 和活动/地点的关系