安卓Preview Window

frameworks/base/services/java/com/android/server/am/ActivityStack.java

// Set to false to disable the preview that is shown while a new activity
// is being started.
static final boolean SHOW_APP_STARTING_PREVIEW = false;

你可能感兴趣的:(安卓Preview Window)