Added comment

This commit is contained in:
M66B 2021-02-25 21:02:26 +01:00
parent 5a17de17ba
commit 0aee2c5dcd
1 changed files with 1 additions and 0 deletions

View File

@ -2062,6 +2062,7 @@ public class FragmentCompose extends FragmentBase {
ContactsContract.Contacts.DISPLAY_NAME
},
null, null, null)) {
// https://issuetracker.google.com/issues/118400813
// https://developer.android.com/guide/topics/providers/content-provider-basics#DisplayResults
if (cursor != null && cursor.getCount() == 0)
throw new SecurityException("Could not retrieve selected contact");