How do I restart an Android Activity? I tried the following, but the Activity simply quits.
Activity
public static void restartActivity(Act
Call the method onCreate. For example onCreate(null);
onCreate(null);