- this is almost correct, but the author forget to include the dot before .OtherActivity in the manifest file. It'll still work without the dot, but it's better to include it.
- shows how the intent is sent to the op system and then the os dispatches the intent to the appropriate target, and then another intent is sent back to the original calling activity.