- outState
- Bundle in which to place your saved state.
- outPersistentState
- State which will be saved across reboots.
This is the same as Activity.OnSaveInstanceState(Android.OS.Bundle) but is called for activities created with the attribute NoType:android/R$attr;Href=../../../reference/android/R.attr.html#persistableMode set to persistAcrossReboots. The Android.OS.PersistableBundle passed in will be saved and presented in Activity.OnCreate(Android.OS.Bundle, Android.OS.PersistableBundle) the first time that this activity is restarted following the next device reboot.