Fix contacts permission

This commit is contained in:
Erwan Croze 2017-09-14 16:37:50 +02:00
parent 706913502d
commit fce568a6bb

View file

@ -373,7 +373,7 @@ public class LinphoneActivity extends LinphoneGenericActivity implements OnClick
fragment = new HistoryDetailFragment(); fragment = new HistoryDetailFragment();
break; break;
case CONTACTS_LIST: case CONTACTS_LIST:
checkAndRequestReadContactsPermission(); checkAndRequestWriteContactsPermission();
fragment = new ContactsListFragment(); fragment = new ContactsListFragment();
break; break;
case CONTACT_DETAIL: case CONTACT_DETAIL: