From 4e1cd23a51f1d83c1fe5d3eed536641087671db7 Mon Sep 17 00:00:00 2001 From: Daniel Sandler Date: Thu, 12 May 2011 00:06:32 -0400 Subject: Rocket Launcher! This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 89e626bdd..73698a7f4 100644 --- a/Android.mk +++ b/Android.mk @@ -21,7 +21,7 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := optional -LOCAL_STATIC_JAVA_LIBRARIES := android-common +LOCAL_STATIC_JAVA_LIBRARIES := android-common android-support-v13 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src) -- cgit v1.2.3