OSDN Git Service

am af65d7ba: Merge "Add HTC One picture resolutions" into gb-ub-photos-bryce
[android-x86/packages-apps-Gallery2.git] / src / com / android / camera / PhotoModule.java
index e88645d..c3d1527 100644 (file)
@@ -65,6 +65,7 @@ import com.android.gallery3d.exif.ExifInterface;
 import com.android.gallery3d.exif.ExifTag;
 import com.android.gallery3d.exif.Rational;
 import com.android.gallery3d.filtershow.FilterShowActivity;
+import com.android.gallery3d.filtershow.crop.CropActivity;
 import com.android.gallery3d.filtershow.crop.CropExtras;
 import com.android.gallery3d.util.UsageStatistics;
 
@@ -1191,7 +1192,7 @@ public class PhotoModule
                 newExtras.putBoolean(CropExtras.KEY_SHOW_WHEN_LOCKED, true);
             }
 
-            Intent cropIntent = new Intent(FilterShowActivity.CROP_ACTION);
+            Intent cropIntent = new Intent(CropActivity.CROP_ACTION);
 
             cropIntent.setData(tempUri);
             cropIntent.putExtras(newExtras);