protected method in android.app.Activity class
onNewIntent(Intent) is a protected method in android.app.Activity class and this is called for activities that set launchMode to "singleTop" in their package, or if a client used the FLAG_ACTIVITY_SINGLE_TOP flag when calling startActivity(Intent).