I'm using a basic Intent to grab a contact in Android Studio. Once a contact is selected, I want to extract address (home), phone and name. I'm currently only able to get name/address or name/phone. I'm not able to get all 3 because of the intent type I believe.I'm using a basic Intent to grab a contact in A