/android/export-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/export-contacts

« back to all changes in this revision

Viewing changes to src/am/ed/exportcontacts/ContactsContractBackend.java

  • Committer: edam
  • Date: 2012-12-21 15:53:30 UTC
  • Revision ID: tim@ed.am-20121221155330-j2zt31mh1b55mdty
added thank you message to intro

Show diffs side-by-side

added added

removed removed

198
198
                                contact.addNote( cur.getString( cur.getColumnIndex(
199
199
                                        CommonDataKinds.Note.NOTE ) ) );
200
200
                }
201
 
                cur.close();
202
201
 
203
202
                return true;
204
203
        }