summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-12-01 12:17:46 -0500
committerDaniel Sandler <dsandler@android.com>2011-12-01 12:19:52 -0500
commit332ffed2dfce15e2b1da71bf227d1bd5d5c016ae (patch)
tree43db0e6229ef8f53268284ae9535477ec222ad46 /src/com/android
parent05bf644e371c9d965ba864cf7dda6515c7cdce91 (diff)
downloadandroid_packages_apps_Trebuchet-332ffed2dfce15e2b1da71bf227d1bd5d5c016ae.tar.gz
android_packages_apps_Trebuchet-332ffed2dfce15e2b1da71bf227d1bd5d5c016ae.tar.bz2
android_packages_apps_Trebuchet-332ffed2dfce15e2b1da71bf227d1bd5d5c016ae.zip
Remove dependency on support library. DO NOT MERGE.
Bug: 5689684 Change-Id: I57c662da9b2c2009ee1631e637e5f55deea021b7
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher2/RocketLauncher.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher2/RocketLauncher.java b/src/com/android/launcher2/RocketLauncher.java
index 505ac4c9e..125537464 100644
--- a/src/com/android/launcher2/RocketLauncher.java
+++ b/src/com/android/launcher2/RocketLauncher.java
@@ -23,6 +23,7 @@ package com.android.launcher2;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.TimeAnimator;
+import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
@@ -30,7 +31,6 @@ import android.graphics.Bitmap;
import android.graphics.Point;
import android.graphics.Rect;
import android.os.Handler;
-import android.support.v13.dreams.BasicDream;
import android.util.AttributeSet;
import android.util.DisplayMetrics;
import android.view.MotionEvent;
@@ -44,7 +44,7 @@ import com.android.launcher.R;
import java.util.HashMap;
import java.util.Random;
-public class RocketLauncher extends BasicDream {
+public class RocketLauncher extends Activity {
public static final boolean ROCKET_LAUNCHER = true;
public static class Board extends FrameLayout