Googleカウント判別方法についてよろしくお願いします。AndroidアプリからGoogleアカウントを取得するにはAccountManagerを使用すればよいことは分かったのですが、端末に複数のアカウントが設定されていた場合、どのアカウントがプライマリアカウントなのか判断することは可能でしょうか?また、アプリ内課金や継続課金をしているときも同様に、複数のアカウントが設定されていたらどのアカウントで課金をしたか判断することは可能でしょうか?ご教授いただければ幸いです。
To perform end-to-end testing of in-app billing, the primary account on your device must be one of the test accounts that you registered on the Google Play site. If the primary account on your device is not a test account, you must do a factory reset of the device and then sign in with one of your test accounts. To perform a factory reset, do the following:
<<引用ここまで
とありますから、まだprimaryにしか紐付けられていないかと受け取れますが、どうなんでしょう?