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.
アクティビティが回復したときに最初に呼び出されるのは? onRestoreInstanceStateまたはonActivityResult?
onRestoreInstanceState
onActivityResult
私の経験から、流れは
onCreate onStart onRestoreInstanceState onActivityResult onResume
したがって、onActivityResultAFTERと呼ばれonRestoreInstanceStateます。
こことここにサンプルコードがあり、あなたの疑問を明らかにしています。