|
|
|
@ -613,6 +613,7 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// https://developer.android.com/guide/topics/providers/contacts-provider#Intents
|
|
|
|
// https://developer.android.com/guide/topics/providers/contacts-provider#Intents
|
|
|
|
|
|
|
|
// https://android-developers.googleblog.com/2026/03/contact-picker-privacy-first-contact.html
|
|
|
|
Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
|
|
|
|
Intent pick = new Intent(Intent.ACTION_PICK, ContactsContract.CommonDataKinds.Email.CONTENT_URI);
|
|
|
|
pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
|
|
|
|
pick.addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION);
|
|
|
|
startActivityForResult(Helper.getChooser(getContext(), pick), request);
|
|
|
|
startActivityForResult(Helper.getChooser(getContext(), pick), request);
|
|
|
|
|