SufficientlySecure / birthday-calendar

Display all contact birthdays automatically in your standard Android calendar.
https://www.schuermann.eu/android/
GNU General Public License v3.0
95 stars 28 forks source link

displayCursor.moveToFirst() #58

Open dschuermann opened 11 years ago

dschuermann commented 11 years ago

if (displayCursor != null && displayCursor.moveToFirst()) {

is moveToFirst enough? Is it possible to find name in other contacts coming after the first?

Test this!