- savedInstanceState
- if the activity is being re-initialized after previously being shut down then this Bundle contains the data it most recently supplied in Activity.OnSaveInstanceState(Android.OS.Bundle). Note: Otherwise it is null.
- persistentState
- if the activity is being re-initialized after previously being shut down or powered off then this Bundle contains the data it most recently supplied to outPersistentState in Activity.OnSaveInstanceState(Android.OS.Bundle). Note: Otherwise it is null.
Same as Activity.OnCreate(Android.OS.Bundle) but called for those activities created with the attribute NoType:android/R$attr;Href=../../../reference/android/R.attr.html#persistableMode set to persistAcrossReboots.