Intent intent = new Intent(Contacts.Intents.Insert.ACTION, Contacts.People.CONTENT_URI);
 putExtra(intent, Contacts.Intents.Insert.NAME, names != null ? names[0] : null);
 putExtra(intent, Contacts.Intents.Insert.COMPANY, org);

주소록 액티비티열고 해당값 미리 세팅하는건데요

name은 되는데 company가 안되요
 
zxing 중에서 명함 qr코드 디코드하고 컨텍트 입력하는 부분입니다.

회사필드 미리셋팅되는법 아시는분 계시면 가르침 부탁드릴게요.