From b74708a8103bf95781727a49c05a4c8514ad274b Mon Sep 17 00:00:00 2001 From: Ray Chen Date: Thu, 3 Nov 2011 17:51:38 +0800 Subject: Fix 5481444 Face clustering should use PWA profile shot instead of random photo Change-Id: Ie4e3f9ae19431ab5b36d216cd7f4c626de503bbf --- gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gallerycommon') diff --git a/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java b/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java index c34e89631..2192cf8ec 100644 --- a/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java +++ b/gallerycommon/src/com/android/gallery3d/common/BitmapUtils.java @@ -31,8 +31,8 @@ import java.lang.reflect.Method; public class BitmapUtils { private static final String TAG = "BitmapUtils"; - public static final int UNCONSTRAINED = -1; private static final int COMPRESS_JPEG_QUALITY = 90; + public static final int UNCONSTRAINED = -1; private BitmapUtils(){} -- cgit v1.2.3