Merge "Turn off screenshot capturing for thumbnails."

This commit is contained in:
Dianne Hackborn
2010-12-10 13:44:13 -08:00
committed by Android (Google) Code Review

View File

@@ -662,7 +662,7 @@ public class ActivityStack {
}
if (w > 0) {
return mService.mWindowManager.screenshotApplications(w, h);
//return mService.mWindowManager.screenshotApplications(w, h);
}
return null;
}