From 34691cc16aaa0866b4ec3322921494aba86fce7f Mon Sep 17 00:00:00 2001 From: George Mount Date: Wed, 5 Sep 2012 13:14:16 -0700 Subject: Change lightcycle call to be in Gallery's package Bug 7076869 Change-Id: I315b660d8a7cd84db6d06f0aa38275c7f5e4b4a6 --- src_pd/com/android/gallery3d/util/LightCycleHelper.java | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src_pd/com/android/gallery3d/util') diff --git a/src_pd/com/android/gallery3d/util/LightCycleHelper.java b/src_pd/com/android/gallery3d/util/LightCycleHelper.java index 82bd647fd..d26454db9 100644 --- a/src_pd/com/android/gallery3d/util/LightCycleHelper.java +++ b/src_pd/com/android/gallery3d/util/LightCycleHelper.java @@ -23,7 +23,7 @@ import android.net.Uri; public class LightCycleHelper { - public static void setupCaptureIntent(Intent it, String outputDir) { + public static void setupCaptureIntent(Context context, Intent it, String outputDir) { /* Do nothing */ } @@ -35,18 +35,6 @@ public class LightCycleHelper { return false; } - public static synchronized void onPackageAdded(Context context, String packageName) { - /* Do nothing */ - } - - public static synchronized void onPackageRemoved(Context context, String packageName) { - /* Do nothing */ - } - - public static synchronized void onPackageChanged(Context context, String packageName) { - /* Do nothing */ - } - public static void viewPanorama(Activity activity, Uri uri, String type) { /* Do nothing */ } -- cgit v1.2.3