遗忘海岸

江湖程序员 -Feiph(LM战士)

导航

android的一个坑

Unable to resume activity : android.database.StaleDataException: Attempted to access a cursor after it has been closed. 异常

 

ContentResolver cr = this.getContentResolver();
Cursor actualimagecursor= cr.query(uri, proj,null, null, null);

// @SuppressWarnings("deprecation")  --会导致错误
// Cursor actualimagecursor = this.managedQuery(uri, proj, null, null,
// null);

 

posted on 2020-02-27 16:12  遗忘海岸  阅读(231)  评论(0编辑  收藏  举报