Cases when savedInstanceState is NOT null

Viewed 2216

If I do not explicitly call onSaveInstanceState(), which are possibilities, when savedInstanceState is not null in onCreate?

I see one option, when system recreates my app after crash - then savedInstanceState is not null.

Which are other options?

1 Answers
Related