Prior to the introduction of Android 3.0, the first com.google account registered on a phone was the primary account, and the only account used by Android Market.
On devices on Android 3.0 and up I can no longer rely on this (Account[0]) to get the customer's email address.
Is there a way to tell which account com.google account is currently making the purchase?
(all I need is the index into the Account[] array for account type com.google. I can get the email address once I have the relevant index)