ICEmobile
  1. ICEmobile
  2. MOBI-459

Issues with Android contact integration

    Details

    • Type: Bug Bug
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.2 Beta
    • Component/s: Containers
    • Labels:
      None
    • Environment:
      ICEmobile Android Container

      Description


      1) The constants being used to retrieve contain info requires at least API 11, so should look for an "older" way to get contact info

      2) The phone field is returning the email address. More specifically...

      int emailCol = cur.getColumnIndex(ContactsContract.CommonDataKinds.Email.ADDRESS);
      int phoneCol = cur.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER );

      return the same value "data1", which is the email address.

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Steve Maryka
            Reporter:
            Steve Maryka
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: