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

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);

猜你喜欢

转载自www.cnblogs.com/wdfrog/p/12372682.html