On 4.0.3, Code below cause warning "W/CursorWrapperInner(11252): Cursor finalized without prior close()".
Uri uri = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number));
getContentResolver().query(uri, null, null, null, null);
In sorce, I found the warning where it come from, anyone tell me how to avoid as i doubt it related to some weird problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…