我正试图通过以下方式在Google Glass上启动联系人应用程序:
Intent intent = new Intent(Intent.ACTION_PICK,ContactsContract.Contacts.CONTENT_URI); startActivityForResult(intent,PICK_CONTACT);
它提供了ActivityNotFoundException。
如何在Google Glass上启动联系人应用程序
答案 0 :(得分:1)
不幸的是,android.permission.READ_CONTACTS
不属于available GDK permissions。这个,以及GDK上没有联系人提供程序的事实,是您例外的原因。
如果您认为有此需要,请在Google Glass Issue Tracker上提交功能请求。