We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Allow the user to select a contact and return it.
OmegaIntentBuilder.from(this) .pick() .contact() .createIntentHandler(this) .startActivityForResult(new ActivityResultCallback() { @Override public void onActivityResult(int resultCode, @Nullable Intent data) { // Handle result } });