Navigation Component back‑stack restoration fails after process death when using dynamic NavGraph
The Android Navigation Component is designed to persist the navigation back‑stack across process death by storing NavBackStackEntry objects in a SavedStateHandle attached to the NavController . When the app is relaunched, the component rebuilds the NavGraph and re‑executes the navigation actions that led to the current destination. In practice, this restorat