List of usage examples for android.app Activity shouldUpRecreateTask
public boolean shouldUpRecreateTask(Intent targetIntent)
From source file:Main.java
public static boolean shouldUpRecreateTask(Activity activity, Intent targetIntent) { return activity.shouldUpRecreateTask(targetIntent); }