Activity

Intent <intent> = new Intent(<this_class>, <next_activity_class>
Intent <this_activity>.startActivity(<intent>);
<this_activity>.startActivity(<intent>); <this_activity>.finish();

________________.

Bundle

Splash.getExtras().putBoolean("replay", true);.

If putExtras has been invoked before only then getExtras() can be used.

Updated: 2026 Aug 19