I am trying to launch Contact Application on Google Glass by:
Intent intent = new Intent(Intent.ACTION_PICK, ContactsContract.Contacts.CONTENT_URI); startActivityForResult(intent, PICK_CONTACT);
It gives ActivityNotFoundException.
How to launch Contact Application on Google Glass