Android アプリに Google ドライブを統合しました。Samsung Galaxy S Advance と Samsung Galaxy Pocket (GT-S5300) の 2 つのデバイスでテストしましたが、どちらも同じ Android バージョン 2.3.6 です。
最初のデバイスではすべてが機能しますが、2 番目のデバイスでは例外が発生します No Activity found to handle
Intent { act=com.google.android.gms.common.account.CHOOSE_ACCOUNT (has extras) }
私がそれを呼ぶとき
context.startActivityForResult(mCredential.newChooseAccountIntent(), REQUEST_ACCOUNT_PICKER);
誰が何が間違っているのか知っていますか?