martinpelant / clock-daydream-plus

Automatically exported from code.google.com/p/clock-daydream-plus
3 stars 5 forks source link

SMS Query doesn't filter correctly due to 'rogue' messages #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For some reason I have some rouge SMS's in the content://sms/inbox which is 
causing the SMS icon to appear incorrectly.

Maybe it should filter for 'seen = 0' as well as 'read = 0'? (Line 257, 
ScreensaverRunnable.java).

As it's not a documented feature I'm not sure of the scope of this change 
across devices.

Galaxy Nexus yakju; 4.2.2 (Occurred on previous point releases as well.)

Original issue reported on code.google.com by thedarkestshadow on 17 Feb 2013 at 2:12