[enter image description here][1]
[1]: https://i.stack.imgur.com/uP5vl.png***emphasized text***
I know the other way to pass the Bundle to the destination activity is by creating an Intent and then setting the Bundle in the extras of the intent and then in the destination activity we can get the intent and then ask for the extras and then access the bundle
I am not sure how use the below method
startActivity(Intent intent, @RecentlyNullable Bundle options)