Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このIntentIntegratorアプローチを使用しようとしましたが、onActivityResult()でresultcode = 49374 requestCode = 49374を取得しています。何が欠けているのかわかりません。参考までに、プロジェクトにIntentIntegrator.javaとIntentResult.javaのみを含めました。
requestCodeおそらく2回印刷していると思います。49374(0xC0DE)が正しいrequestCodeです。アプリはActivity.RESULT_OK、またはActivity.RESULT_CANCELEDとしてのみ設定しresultCodeます。でソースを確認できますandroid/。
requestCode
Activity.RESULT_OK
Activity.RESULT_CANCELED
resultCode
android/