Skip to content

Support Contact picker and Intent.ACTION_PICK_CONTACTS in Android 17(API 37) #1

Description

@marcprux

In Android 17 (API 37), the Intent.ACTION_PICK_CONTACTS intent will launch a modern contacts picker, as announced at https://android-developers.googleblog.com/2026/03/contact-picker-privacy-first-contact.html and documented at https://developer.android.com/about/versions/17/features/contact-picker.

This has various advantages like being able to select multiple contacts (whereas the current Android Intent.ACTION_PICK is limited to a single contact), but it requires updating our android-sdk-compile to API 37 (the current compile SDK is 36 as of skiptools/skip-unit#12)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions