Details
-
Type: Bug
-
Status: Resolved
-
Priority: 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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion